torusresearch / customauth-swift-sdk

Swift SDK that allows applications to directly interact with the Torus Network, similar to how Torus Wallet does.
BSD 3-Clause "New" or "Revised" License
10 stars 17 forks source link

Re-align CustomAuth #75

Open metalurgical opened 3 months ago

metalurgical commented 3 months ago

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 and Hosted Passwordless is not part of this PR.

Note this is a breaking change and needs to be released as a major version.

metalurgical commented 1 week ago

Comments have been resolved. I think more than once review and approval on this PR is very necessary, before it can be merged.