How have you implemented this for your SaaS?
The API-key system I'm designing needs to support:
* Instant revocation * Different application access levels (e.g. "read-only" and "read+write") * "Read+write" API keys should be able to generate new API keys and revoke old ones (a "read-only" API key must not be able to do this)
Notes:
* I already use Keycloak for user+password logins
If you are using Keycloak, the solution might be in this post: https://stackoverflow.com/questions/52230634/issuing-api-key...