gate-sso / gate

Gate is MFA Enabled SSO Platform that supports SAML, OAuth, Linux shell login and CAS
https://gate-sso.github.io
MIT License
203 stars 52 forks source link

API key/access_token management. #43

Closed kingsly closed 6 years ago

kingsly commented 7 years ago

Presently Gate allows API keys/access tokens to call any API (and indefinitely.) So a compromised token can be used to make unauthorised calls to all APIs.

ajeygore commented 6 years ago

Done! we now have user and API specific tokens. Which can be used to access gate as generic token as well and API auth tokens.