DEV Community

Discussion on: Get started with FastAPI JWT authentication – Part 2

Collapse
 
rabbitix profile image
Ali Fazeli

hey thanks for the article..

after i deploy on Deta, and get my access token, and send request to /secret , it says "Not authenticated" !

i cloned your code, add my project-secret-key,deploy it , but it doesn't work.. (the api works, auth part not working)

what should i do?

Collapse
 
rohanshiva profile image
Rohan

Can you run deta visor disable and see if that works?

Collapse
 
rabbitix profile image
Ali Fazeli

yeah man, it works..
thanks . :D