Support for an 'admin token' and the ability to programatically create and remove tokens with particular permissions #98
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/dump-things-server#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use case is an application that gathers a set of records from a particular person. Write access for the person is only necessary temporarily (but may be needed for few rounds of corrections). Multiple persons need simultaneous, but strictly separate, access.
Would be addressed by #102 with no additional feature needed.
@mih If the access to a Person is only temporary, should the 'deletion' of access token happen automatically? (Like setting 'token valid for a time period') or should it happen with 'admin' deleting the respective access token manually?