Getting auth0 to work with swagger ui

Hello I am really new to auth0 and I have a problem using my swagger UI for testing. All my endpoints now have a decorator function that requires the request message to have an “Authorization” field in the http header. If they don’t, or the access token is not recognized, an error is returned. I literally just followed this guide here Auth0 Python API SDK Quickstarts: Authorization.
The swagger UI I am using is flask_restplus, and I’d like to know I can I make sure that when I am testing my endpoints using it, either no access token is needed or authorization field in the http header of the request made by the swaggerUI is authomatically generated.

Hey there @giuliodz!

We don’t have tests guidance for every kind of stack. More of a general guidance towards writing tests and stuff. You can find it here: