fastapi-jwt
fastapi-jwt copied to clipboard
What is the Authorization cookie name (or key) when using JwtAccessCookie for security? How to customize it?
I have looked at the docs and there is nothing about settings that can be used to change some of these parameters. In this case, the jwt cookie key.
Last I checked, the cookie keys are hard-coded as "access_token_cookie" and "refresh_token_cookie". I'd also like to see these as configurable keys.
This is actually ridiculous. Still ran into the same issue again. It should be an easy fix to make the keys configurable. I guess I will just create a PR for this