Authorization Behaviour #994
sechabamot
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Came across an issue (sort off) with the authorization during development.
I was using a valid token for authentication but the token was for a user that was no longer in my database so I could not retrieve the username.
This affected the logging behavior and any other services that required retrieving the username.
Was suggesting an edit to the current code in the current 'AuthorizationBehaviour' class.
I can't be the only one who reuses tokens while testing my applications, this might help I think.
`
Beta Was this translation helpful? Give feedback.
All reactions