-
Notifications
You must be signed in to change notification settings - Fork 17
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
Re-align CustomAuth #75
Merged
Merged
Conversation
This file contains 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
metalurgical
force-pushed
the
features_update
branch
4 times, most recently
from
June 17, 2024 13:31
931ca9c
to
9961534
Compare
metalurgical
force-pushed
the
features_update
branch
8 times, most recently
from
July 30, 2024 07:00
2777a8f
to
473faf6
Compare
metalurgical
force-pushed
the
features_update
branch
from
July 30, 2024 08:03
473faf6
to
129926a
Compare
This PR seeks to re-align the current implementation of custom-auth-swift to that of the web implementation of CustomAuth. This will reduce the overhead of differences a developer would need to remember between the two and provide an overall better experience. This will also provide better long term maintainability and make feature parity simpler to implement between the two. Note this is a breaking change and needs to be released as a major version.
metalurgical
force-pushed
the
features_update
branch
from
July 30, 2024 08:04
129926a
to
72a83f3
Compare
himanshuchawla009
previously requested changes
Sep 4, 2024
Sources/CustomAuth/Common/LoginParams/TorusSubVerifierInfo.swift
Outdated
Show resolved
Hide resolved
Sources/CustomAuth/Common/VerifierResponses/TorusVerifierResponses.swift
Outdated
Show resolved
Hide resolved
Sources/CustomAuth/Handlers/Protocol/AbstractLoginHandler.swift
Outdated
Show resolved
Hide resolved
Check defaults for CustomAuthArgs Check login types, implement caseSensitiveField helper function, use helper in getVerifierId
commenting it out since it will need to be put back in the passkeys implementation
Comments have been resolved. I think more than once review and approval on this PR is very necessary, before it can be merged. |
shahbaz17
reviewed
Sep 9, 2024
…stomauth-swift-sdk into features_update
metalurgical
requested review from
himanshuchawla009,
chaitanyapotti and
shahbaz17
September 12, 2024 04:44
metalurgical
force-pushed
the
features_update
branch
2 times, most recently
from
September 30, 2024 20:44
b267e2d
to
06ad56d
Compare
metalurgical
force-pushed
the
features_update
branch
from
September 30, 2024 20:45
06ad56d
to
7aa5c22
Compare
himanshuchawla009
previously requested changes
Oct 9, 2024
himanshuchawla009
approved these changes
Oct 9, 2024
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.
lgtm
refactor: update to latest torusutils
chaitanyapotti
approved these changes
Oct 24, 2024
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.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR seeks to re-align the current implementation of custom-auth-swift to that of the web implementation of CustomAuth.
This will reduce the overhead of differences a developer would need to remember between the two and provide an overall better experience.
This will also provide better long term maintainability and make feature parity simpler to implement between the two.
PassKeys is not part of this PR.
Note this is a breaking change and needs to be released as a major version.