Forum Discussion

kbcb's avatar
kbcb
New Contributor
6 years ago

OAuth via Auth0 with a JWT

My application's UI authenticates with Auth0 and sends a JWT with each request to my server in the Authorization header. How do I achieve this behavior with swagger ui? I am hosting my Swagger UI u...