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

implement support for session storage in redis. #459

Closed
wants to merge 1 commit into from
Closed

implement support for session storage in redis. #459

wants to merge 1 commit into from

Conversation

UiP9AV6Y
Copy link

instead of storing the JWT in a cookie, we store the date in redis
and pass a session token to the client. this keeps the cookie size
small no matter the amount of data in the session.

related to #348

instead of storing the JWT in a cookie, we store the date in redis
and pass a session token to the client. this keeps the cookie size
small no matter the amount of data in the session.

related to #348
@UiP9AV6Y
Copy link
Author

this is an implementation draft. it is still missing some documentation

@bnfinet
Copy link
Member

bnfinet commented Feb 17, 2022

@UiP9AV6Y thanks for submitting this PR and for putting effort into Vouch Proxy

as per the README this level change really deserves discussion before implementation and as a style choice I really prefer to do that in an issue.

I'm going to close this PR, could you please open an issue related to this change? I'll link through to this PR from there.

I do honestly appreciate the effort and look forward to the discussion.

@bnfinet bnfinet closed this Feb 17, 2022
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

Successfully merging this pull request may close these issues.

2 participants