You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: oauth add passkey after signup (redirect flow) (#1140)
* chore: local dev changes updated
* chore: wip oauth redirect with add passkey after signup
* chore: wip
* refactor: remove a few things so we can test redirect
* refactor: just render the pop-up on completed login for oauth
* refactor: add new user signup event in signer
* refactor: add hook to listen to signup events
* chore: wip
* refactor: use signup event to popup passkey create
* fix: the modal was staying open
* fix: move setAuthStep in the correct card
* fix: infinite subscribe loop
* fix: don't open passkey create until logged in
* chore: remove local dev callback url
* chore: removes unecessary bangs and refactors for readability
* chore: removes unused usePrevious hook
* fix: update useNewUserSignup to remove listener on dismount and when dependencies change
* docs: link related discussion to TODO
* refactor: adds emitNewUserEvent wrapper
* chore: restore oauth mode to popup
* chore: remove logging
Co-authored-by: Michael Moldoveanu <michael.moldoveanu@alchemy.com>
* chore: remove logging
Co-authored-by: Michael Moldoveanu <michael.moldoveanu@alchemy.com>
* chore: reset oauth mode to popup
* fix: handle undefined isNewUser within emitNewUserEvent wrapper
* chore: remove unnecessary bang
---------
Co-authored-by: Michael Moldoveanu <michael.moldoveanu@alchemy.com>
0 commit comments