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

Simplify session vault key handling #1930

Merged
merged 2 commits into from
Mar 15, 2024
Merged

Conversation

mpscholten
Copy link
Member

Moved the session vault key from the ApplicationContext and RequestContext data structure to a global variable. This is the suggested way by the WAI developers.

See https://www.yesodweb.com/blog/2015/10/using-wais-vault

Moved the session vault key from the ApplicationContext and RequestContext data structure to a global variable. This is the suggested way by the WAI developers.

See https://www.yesodweb.com/blog/2015/10/using-wais-vault
@mpscholten mpscholten force-pushed the session-vault-key-refactoring branch from 5e8b421 to e87c0a3 Compare March 15, 2024 09:57
@mpscholten mpscholten merged commit f7f7f4e into master Mar 15, 2024
2 checks passed
@mpscholten mpscholten deleted the session-vault-key-refactoring branch March 15, 2024 19:58
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.

1 participant