-
Notifications
You must be signed in to change notification settings - Fork 927
Add public methods to support TOTP as a multi-factor provider. #6547
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
Conversation
|
Changeset File Check ✅
|
Size Report 1Affected Products
Test Logs |
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.
Please run yarn format
from the base directory. Try to also keep the comments under 80 characters as well (I don't think the formatter will update comments)
Size Analysis Report 1Affected Products
Test Logs |
packages/auth/src/platform_browser/persistence/session_storage.test.ts
Outdated
Show resolved
Hide resolved
Changed the base branch to mfa-totp instead of master since we are committing this to a feature branch. We will merge to master closer to release. |
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.
One nit and please remove packages/auth/demo/yarn.lock
from the diff.
packages/auth/src/platform_browser/persistence/session_storage.test.ts
Outdated
Show resolved
Hide resolved
92ff805
to
4544ba5
Compare
0a02e0a
to
791fca2
Compare
791fca2
to
8bade53
Compare
Co-authored-by: Parijat Bhatt <[email protected]>
Co-authored-by: Parijat Bhatt <[email protected]>
Co-authored-by: Parijat Bhatt <[email protected]>
Co-authored-by: Parijat Bhatt <[email protected]>
Co-authored-by: Parijat Bhatt <[email protected]>
Co-authored-by: Parijat Bhatt <[email protected]>
Co-authored-by: Parijat Bhatt <[email protected]>
Co-authored-by: Parijat Bhatt <[email protected]>
Added basic structure for implementing TOTP MFA