fasthtml-sessionnormalizer - a custom session middleware implementation #352
palomino79
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Permission granted! Exciting project :D Let us know when it's released, and
we'll add a link to it from our docs.
… Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project I've created to add a custom session middleware for FastHTML (https://github.com/palomino79/session-normalizer-middleware). This middleware is designed to aggressively serialize anything passed that you might want to persist for a user. The motivation behind this was this issue: #226, in which a user wanted to persist a UUID, but which the underlying implementation of FastHTML doesn't actually know how to do. Additionally, if @jph00 or another maintainer wouldn't mind giving me permission to name my package that I want to distribute "fasthtml-sessionnormalizer" I'd really appreciate it. I don't want to publish anything containing the fasthtml name without relevant permissions, as doing so might imply endorsement by the maintainers for the code that I write/will write/have written.
After either being permitted to use "fasthtml" in the project name or being asked to change it to something else, I'll flesh out the project's README to demonstrate usage and how to install prior to distributing the package.
Beta Was this translation helpful? Give feedback.
All reactions