You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2023. It is now read-only.
For my project i modified the Middleware, so i can store the userid instead of the username inside the Token-Subject field.
By default your Middleware stores the username passed to the token request.
Imo. storing the username passed back from GetIdentity new GenericIdentity(""+userId+, "...") could be the default behaviour.
Thanks for the project btw.
For my project i modified the Middleware, so i can store the userid instead of the username inside the Token-Subject field.
By default your Middleware stores the username passed to the token request.
Imo. storing the username passed back from GetIdentity
new GenericIdentity(""+userId+, "...")could be the default behaviour.Thanks for the project btw.