-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add “Reauthentication After Risk Events” section and cross-links in Authentication, Session Management, and MFA cheat sheets #1709
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
base: master
Are you sure you want to change the base?
Conversation
f2caa95
to
3117b65
Compare
…gement & MFA cheat sheets
3117b65
to
48c7647
Compare
Just ran into this and thought it would be worth mentioning here as a cautionary tale: https://tailscale.com/blog/frequent-reauth-security?lid=5wso20mx4knj |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this work, amazing job. LGTM!
Thanks for the suggestion, @kwwall! I’ve added the Tailscale post under Additional Resources. Could you please take another look when you get a chance? @szh can you please review again! Also tagging @mackowski and @jmanico for review. Thanks! |
6c55a29
to
43a1dd3
Compare
Hi @mackowski, thanks again for your review! I’ve removed the legacy V1 contributor entry and fixed the cross-sheet link—could you please take another look and re-approve when you have a moment? Also, since @kwwall is on hiatus until the end of June, could someone with admin rights please dismiss the pending review request from @kwwall so we can merge as soon as we have two active approvals? Thanks everyone! 🙏 |
Summary
This PR introduces a new Reauthentication After Risk Events section in the Authentication Cheat Sheet and adds cross-links to it from two related documents:
Session_Management_Cheat_Sheet.md
Multifactor_Authentication_Cheat_Sheet.md
Authentication_Cheat_Sheet.md
Motivation
Developers often need to know when to require users to reauthenticate following critical security events. By:
we make it easy to discover and implement consistent reauthentication flows across applications.
Changes
Authentication_Cheat_Sheet.md
Session_Management_Cheat_Sheet.md
Multifactor_Authentication_Cheat_Sheet.md
Next Steps
You're A Rockstar
Thank you for submitting a Pull Request (PR) to the Cheat Sheet Series.
Please make sure that for your contribution:
[TEXT](URL)
If your PR is related to an issue, please finish your PR text with the following line:
This PR fixes issue #1694 .
Thank you again for your contribution 😃