Experiment and document how to use cookies vs headers for JWT tokens #33
Labels
security-alert
identified as a security vulnerability and requires immediate resolution and pushed downstream
wontfix
This will not be worked on
FastAPI-JWT docs would suggest that you are able to use cookies or headers for authentication.
This is partially being raised because I am unable to get the OTC client to pass headers properly which got me to trying to use cookies instead.
This didn't seem to work (I can see that the client is passing the cookie back and forth).
The preference would be to use headers but it will be worthwhile documenting being able to use cookies as part of FastAPI.
The text was updated successfully, but these errors were encountered: