Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookies For Free (Hardened Stateless Session Cookies) #113

Open
jzabroski opened this issue Jan 20, 2021 · 0 comments
Open

Cookies For Free (Hardened Stateless Session Cookies) #113

jzabroski opened this issue Jan 20, 2021 · 0 comments

Comments

@jzabroski
Copy link

jzabroski commented Jan 20, 2021

@davidfowl This might be out of scope for BedrockFramework, but given you have a basic framework for putting together communication protocols, it would be kind of nice in the spirit of "Theorems For Free" lambda calculus papers to consider a way to serialize authentication and permissions in a session without any special transport layer knowledge. Hence, I call this "Cookies For Free".

The idea would be that you could mix in a cookie exchange as part of the communication stack, and you could guarantee certain properties of that communication via the properties of the Cookie itself. There's no special functions; it's just data. The idea comes from Murdoch's paper "Hardened Stateless Session Cookies".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant