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 global SessionData storage #10287

Merged
merged 2 commits into from
Feb 14, 2022
Merged

Conversation

codingllama
Copy link
Contributor

@codingllama codingllama commented Feb 10, 2022

Global session data is used to store passwordless challenges. Per-user session data cannot be used, as the user is now known by the time the challenge is issued.

I elected to keep both global and per-user session data storage for now, as per-user is less subject to DDoS-type attacks than global.

#9160

@codingllama
Copy link
Contributor Author

Branched from #10281; will target to master once that is in.

@codingllama codingllama force-pushed the codingllama/pwdless-protos branch 6 times, most recently from 1fb2e1d to 2d3c278 Compare February 14, 2022 16:44
Base automatically changed from codingllama/pwdless-protos to master February 14, 2022 17:26
@codingllama codingllama force-pushed the codingllama/pwdless-globalsd branch from f1dc4c3 to 60d238f Compare February 14, 2022 18:03
@codingllama codingllama enabled auto-merge (squash) February 14, 2022 18:04
@codingllama codingllama force-pushed the codingllama/pwdless-globalsd branch 3 times, most recently from a2bd646 to 8a3f67f Compare February 14, 2022 20:52
@codingllama codingllama force-pushed the codingllama/pwdless-globalsd branch from 8a3f67f to 222ff3b Compare February 14, 2022 21:28
@codingllama codingllama merged commit 8806857 into master Feb 14, 2022
@codingllama codingllama deleted the codingllama/pwdless-globalsd branch February 14, 2022 22:05
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.

3 participants