You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add API keys to PLANKA. These API keys should be an alternative method to username password authentication. Most suitable for service accounts.
The following features would be nice
Request an API key for an account
Cycle an API key for an account
Remove the API key for an account
Possible also an overview of accounts with an API key for admins.
Why is this needed?
Currently, it is only possible to programmatically authenticate using a username and password. (Or an OIDC hack-ish method which allows for an API key)
This makes it more involved to create add-on software.
Hi! This would be very useful, and I appreciate your willingness to implement it! You're right that waiting for version 2 might be better, as it will make migrating the current changes easier. On the other hand, implementing it now wouldn’t be a significant problem either.
Is this a feature for the backend or frontend?
Backend
What would you like?
Add API keys to PLANKA. These API keys should be an alternative method to username password authentication. Most suitable for service accounts.
The following features would be nice
Possible also an overview of accounts with an API key for admins.
Why is this needed?
Currently, it is only possible to programmatically authenticate using a username and password. (Or an OIDC hack-ish method which allows for an API key)
This makes it more involved to create add-on software.
Currently, I have a project which enables emailing to a planka board. However, to get an API key I added a long-lived session token in the database manually, by signing it myself.
This is quite involved and will most likely mean that others are unable to use the service.
Other information
No response
The text was updated successfully, but these errors were encountered: