-
Notifications
You must be signed in to change notification settings - Fork 0
Show diff #23
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
Merged
Merged
Show diff #23
Changes from 2 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
fad1636
fix: allow to resolve multiple 2fa calls for the verifyAuto calls
yaroslav8765 1a2c3e1
fix: improve verifyAuto multiple calls handling and security
yaroslav8765 298dcdd
fix: fix security problems of the verifyAuto call
yaroslav8765 bc6e07d
feat: enhance TwoFAModal and TwoFactorsPasskeysSettings for improved …
SerVitasik a9545a3
Merge branch 'main' of https://github.com/devforth/adminforth-two-fac…
SerVitasik 30f5fc0
fix: update error messages and translations in 2FA components
kulikp1 0654780
fix: update translation logic for multiple actions in 2FA modal
kulikp1 a4e5d31
fix: update adminforth verion
yaroslav8765 8b78beb
Merge pull request #24 from devforth/feature/AdminForth/1539/check-tr…
SerVitasik 80748d4
fix: update adminforth verion
SerVitasik dcf0bea
fix: improve error messaging in TwoFAModal for better user feedback
kulikp1 742d560
Merge branch 'main' into feature/AdminForth/1540/show-proper-error-me…
kulikp1 500becc
Merge pull request #25 from devforth/feature/AdminForth/1540/show-pro…
SerVitasik 3efb1e7
feat: enhance TwoFactorsConfirmation modal with improved layout and u…
kulikp1 2ef7b76
Merge pull request #26 from devforth/feature/AdminForth/1565/improve-…
SerVitasik d66a81e
fix: change toast type to error for passkey authentication failures
kulikp1 3a70ea0
fix: streamline error handling for passkey authentication by removing…
kulikp1 ddc7710
Merge branch 'main' into feature/AdminForth/1566/change-toast-type-to…
kulikp1 89b51cb
fix: enhance waitForResponse method with timeout handling and error r…
NoOne7135 fe59bc3
fix: dont show success toast when user resolves 2fa modal successfully
yaroslav8765 4590cf8
Merge branch 'main' of https://github.com/devforth/adminforth-two-fac…
yaroslav8765 88fd9f2
fix: update error handling for authentication to provide more specifi…
kulikp1 d3e01d5
fix: enhance error handling for authentication by adding a generic er…
kulikp1 234c580
fix: enhance error handling for authentication by adding a generic er…
kulikp1 a8a1fb4
return comment
kulikp1 e15cc21
fix: remove redundant error handling for NotAllowedError in OTP input…
kulikp1 362db37
Merge pull request #27 from devforth/feature/AdminForth/1566/change-t…
SerVitasik 2024252
fix: update error response for failed verification to include status …
kulikp1 91f945f
fix: update response status handling for verification failure to use …
kulikp1 84e093c
fix: simplify error response for verification failure by removing red…
kulikp1 43a505c
fix: enhance error handling for passkey creation with specific messag…
kulikp1 651adef
fix: add new case for error
kulikp1 520f7fd
fix: update error message for verification failure to specify wrong o…
kulikp1 cdc90b0
fix: change alert variant to 'danger' for timeout or not allowed oper…
kulikp1 e411aaa
fix: update adminforth dependency version to ^2.66.0 in package.json …
kulikp1 cc25ab8
Merge pull request #30 from devforth/feature/AdminForth/1611/display-…
kulikp1 ceee634
fix: improve error handling and validation for 2FA confirmation process
NoOne7135 3d2c6cb
fix: update response status message for wrong or expired TOTP code
NoOne7135 77987c3
fix: increase af version
kulikp1 3ee05c9
fix: correct parsing of passkey meta, based if meta is a string or JSON
yaroslav8765 6d12b52
fix: test tracklify integration https://web.tracklify.com/project/2b7…
yaroslav8765 22acfd0
fix: enable declaration file generation in tsconfig
yaroslav8765 b2be9bb
chore: maintain legacy compatibility for passkey meta handling as JSO…
NoOne7135 2e5b28c
chore: remove debug logging for credential and passkeys fetching
NoOne7135 ce5cced
feat!: implement passkey and TOTP services with repositories for user…
NoOne7135 5e6dc2f
refactor: rename sign-in and registration endpoints for consistency a…
NoOne7135 52cf9bb
refactor: standardize error logging by removing translation function …
NoOne7135 00ba35d
refactor: enhance type definitions for cookies and MFA confirmation r…
NoOne7135 7570b67
refactor: simplify passkey login checks and update counter handling
NoOne7135 3717ac3
refactor: improve error handling during authentication and streamline…
NoOne7135 ecbf5d9
refactor: correct typos in comments and enhance user existence check …
NoOne7135 1737321
fix: correct typo in error message for passkey retrieval
NoOne7135 69c0ded
Merge pull request #31 from devforth/refactor
NoOne7135 38e56f5
fix: update adminforth verion
yaroslav8765 6aee661
fix: enhance websocket topic structure for user 2FA sessions
NoOne7135 b3e1492
Merge branch 'main' of github.com:devforth/adminforth-two-factors-auth
NoOne7135 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@yaroslav8765 after this code goes to bottom and creates a some not super clear because code still goes to
resolveResponse? Second attempt might be no op but still very dangerous if soemthing else will pass it.Please for all resolves as failed return from function at all
all resolveAllIdsAsFailed should stop execution of function