API-Tokens #22
Labels
No labels
bug
feature
feature
optional
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Ehrenamt/ff-admin-server#22
Loading…
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?
mentions #7
To let external services access the member-administration-server the creation of api keys is necessary.
For each api key (which is essentially just a bearer token), permissions or roles can be set.
Usage example: the alarm notification service needs a list with active members, which can be automatically refreshed from the member-administration-server to keep it up to date.
Alternative: allow configuring post-URLs and an intelligent group. Changing the member data or on a specific schedule, the server makes a post call to the configured URL with the members of the intelligent group.
This could be used to send updates of the members list to the alarm notification server (which would need to be extended for this).
Second use case: update events list in calendar.