fabric8-services / fabric8-auth

Identity and Access Management for fabric8 services
https://auth.openshift.io/api/status
Apache License 2.0
14 stars 26 forks source link

Validate token status in goa middleware #771

Closed sbryzak closed 5 years ago

sbryzak commented 5 years ago

Currently the goa middleware does a minimal validation check for access tokens, and doesn't perform a status check against the token repository. We need to incorporate the token status check into the JWT layer to ensure that invalid tokens can't be used.

sbryzak commented 5 years ago

Addressed by PR #773