Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Access token validation gives no indication when a token has failed #150

Closed
ri-ch opened this issue Jun 14, 2017 · 1 comment
Closed

Access token validation gives no indication when a token has failed #150

ri-ch opened this issue Jun 14, 2017 · 1 comment
Labels

Comments

@ri-ch
Copy link

ri-ch commented Jun 14, 2017

When using the access token middleware, if i pass an invalid token (expired, for example, the token has expired), the token validation fails, but the middleware will still call the next component in the pipeline. Is this expected behaviour? Is there a way to prevent this?

@leastprivilege
Copy link
Member

Thats the expected behavior. The request is anonymous then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants