Replace Cookie handling with middleware #529
WolfgangFahl
started this conversation in
Ideas
Replies: 1 comment
-
The session handling in justpy is simple and secure. The user does not need to delve into the details of using secure cookies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The signed cookie handling is a standard infrastructure problem that we might want to use from a library instead of doing
the current "roll your own cookie handling". Unfortunately https://fastapi.tiangolo.com/advanced/response-cookies/ doesn't linke to any libraries
We need to find a proper library for this. Candidates might be:
Beta Was this translation helpful? Give feedback.
All reactions