NSwag with Web API .Net 8: Issues with use of generated bearer token #4806
ericgoodheart
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use my swagger page to generate a JWT, everything seems to go perfectly. I even go through multifactor authentication and get redirected to the right place. However, the JWT does not make it into local storage, and my requests to my web methods do not include an authorization header. How can I fix that? My configuration includes:
And later:
Beta Was this translation helpful? Give feedback.
All reactions