Using the template without Docker #2138
Answered
by
tiangolo
giuseppericci
asked this question in
Questions
|
I'm trying to use the FastApi template without Docker..So, I removed the useless files and the app it works..but it seems after user login it desn't recognize jwt token and for any operation (for example get user id) it replies with 403 Forbidden..Using the api acce token it works, but when I use test token it fails, it doesn't recognize the credentials and it seems it has different tokens. |
Answered by
tiangolo
Jan 22, 2026
Replies: 2 comments
|
Did you find a solution? |
0 replies
|
If anyone is still having similar issues, please add a self contained minimal reproducible example so that I can replicate locally, that way I would be able to help. |
0 replies
Answer selected by
tiangolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If anyone is still having similar issues, please add a self contained minimal reproducible example so that I can replicate locally, that way I would be able to help.