IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
630 stars 143 forks source link

JWT Refresh Cookie authjwt_refresh_cookie_path equal with refresh route #47

Closed AlexLeonte closed 3 years ago

AlexLeonte commented 3 years ago

It would be helpful if this would be documented:

authjwt_refresh_cookie_path should be equal with the 'refresh pat' while using jwt + refresh + cookies.

"So refresh token will be sent only for request to /refresh url, not for every request like access token." source stackoverflow yaches