Hi all - perhaps this has been asked before but co...
# support-questions-legacy
w
Hi all - perhaps this has been asked before but couldn't find it on google - I'm looking to use SuperTokens with my Fastapi backend. I can get it all working as per the docs - but something I would really like to make work is 'Authenticate' button on the Swagger autodoc you get with Fastapi. Basically means that when looking at the docs (in DEV for instance) - one can click that button, enter a username and password, and get a signed in session to authenticate making interactive endpoint calls within Swagger. I can use things like OAuth2PasswordBearer and OAuth2PasswordRequestForm in Fastapi to get access to that button to appear and direct it at an endpoint - but I can't seem to find a way to get it to work with the /auth/signin endpoint that Supertokens adds to the API.