Closed iopoz closed 1 year ago
Hello.
I try to use your lib, but i fased with some problems.
I do login http://127.0.0.1:8000/login?username=test_user&password=1234 and get access tocken { "access_token": "eyJhbGci....", "refresh_token": "eyJhb....." }
after that try to execute /protected and get 401 status.
Swagger returns users
I cant understand that i do wrong. I think problem in keycloak, but i've set it up by https://fastapi-keycloak.code-specialist.com/keycloak_configuration/
Could you take advice where i have to search solution? Thx
It was my fall. I forgot header
Hello.
I try to use your lib, but i fased with some problems.
I do login http://127.0.0.1:8000/login?username=test_user&password=1234 and get access tocken { "access_token": "eyJhbGci....", "refresh_token": "eyJhb....." }
after that try to execute /protected and get 401 status.
Swagger returns users
I cant understand that i do wrong. I think problem in keycloak, but i've set it up by https://fastapi-keycloak.code-specialist.com/keycloak_configuration/
Could you take advice where i have to search solution? Thx