API-Tokens #22

Closed
opened 2024-12-19 07:06:22 +00:00 by jkeffects · 1 comment
Owner
  • CRUD api tokens
  • permission management
  • access-middleware
  • package for self integration of api
  • api token for retrieving accesstoken with refresh - if refreshtoken expires, api token can retrieve new access token
  • access token flag for being api token generated
- [x] CRUD api tokens - [x] permission management - [x] access-middleware - [ ] package for self integration of api - [x] api token for retrieving accesstoken with refresh - if refreshtoken expires, api token can retrieve new access token - [x] access token flag for being api token generated
jkeffects self-assigned this 2024-12-19 07:06:22 +00:00
jkeffects added this to the member-administration project 2024-12-19 07:06:22 +00:00
Author
Owner

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.

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.
jkeffects added the
feature
label 2025-01-16 15:08:14 +00:00
jkeffects added reference feature/#22-API-Tokens 2025-01-21 11:08:13 +00:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Ehrenamt/ff-admin-server#22
No description provided.