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
Implement API Key functionality. These are secret API keys that last for a long time, unlike the JWT tokens that require user password and expire quickly.
This is an example of a plugin for Keycloak to implement this. I am not sure how much it adds versus just implementing it in the Clowder API itself. It would be difficult to maintain this plugin long term https://github.com/zak905/keycloak-api-key-demo.
The text was updated successfully, but these errors were encountered:
Implement API Key functionality. These are secret API keys that last for a long time, unlike the JWT tokens that require user password and expire quickly.
This is an example of a plugin for Keycloak to implement this. I am not sure how much it adds versus just implementing it in the Clowder API itself. It would be difficult to maintain this plugin long term https://github.com/zak905/keycloak-api-key-demo.
The text was updated successfully, but these errors were encountered: