-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
DatabaseRelated to the databaseRelated to the databaseenhancementNew feature or requestNew feature or request
Description
so currently the limited repldex api doesn't have any tokens, and no way to ratelimit, or have restricted access, i suggest that using mongo db to store a token and there permissions, the permissions would be a list with all the permissions, and it would also store meta data in other properties, use as a ratelimit, or if it's request use a cache or not. These could also be controlled thru the admin panel.
checklist:
- api docs
- serve api docs on site
- add tokens
- store tokens in db
- token permissions
- ratelimit's (maybe)
- more api paths (edit, create entries)
- api caching
- non token paths
- easy permissions extendability
- admin panel for tokens
Metadata
Metadata
Assignees
Labels
DatabaseRelated to the databaseRelated to the databaseenhancementNew feature or requestNew feature or request