Skip to content
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

feat: move account linking related MFA things into account linking recipe #788

Merged
merged 25 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
91038a8
feat: move account linking related MFA things into account linking re…
porcellus Jan 31, 2024
c65da3d
test: update test to match new linking logic
porcellus Feb 1, 2024
a6cb81d
feat(mfa)!: simplifying account linking flows
porcellus Feb 1, 2024
f810339
feat(mfa): updating impl of other recipe sign in/up endpoints + add c…
porcellus Feb 6, 2024
872df47
Merge remote-tracking branch 'origin/feat/mfa/base' into feat/mfa/acc…
porcellus Feb 7, 2024
4cd0100
feat: implement updated linking flow + fix tests
porcellus Feb 9, 2024
191baad
chore: remove unnecessary code
porcellus Feb 10, 2024
29d705f
fix: fix typo/missing update
porcellus Feb 10, 2024
20039f0
refactor: implementing review comments
porcellus Feb 13, 2024
7a32061
refactor: implementing review comments
porcellus Feb 13, 2024
be58ae8
fix: add retry logic to createPrimaryUserIdOrLinkAccounts index func
porcellus Feb 13, 2024
0e05b37
fix: use hasSameEmailAs instead of ===
porcellus Feb 13, 2024
70cd998
refactor: improve getAuthenticatingUserAndAddToCurrentTenantIfRequire…
porcellus Feb 13, 2024
850c9ac
fix: remove wrong emailverification check from tryLinkAccounts
porcellus Feb 13, 2024
bee6d1b
refactor: removed unnecessary status + added explanation comments
porcellus Feb 13, 2024
ba542bd
refactor: implement review comments
porcellus Feb 13, 2024
e637c9c
refactor: implement review comments + move functions
porcellus Feb 13, 2024
f9c65d8
fix: fix accidentally flipped condition
porcellus Feb 13, 2024
432c87c
fix: tidy up typos
porcellus Feb 13, 2024
3bceebe
fix: update func impl after moving
porcellus Feb 14, 2024
ef87ee7
fix: cleaning up and updating tests
porcellus Feb 16, 2024
02f3468
feat: refactoring for latest review comments
porcellus Feb 16, 2024
65b9e10
test: add mock for verifyCode
porcellus Feb 16, 2024
66c428d
fix: cleanup and test fixes
porcellus Feb 17, 2024
a5f28e3
chore: update error code reason strings
porcellus Feb 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
286 changes: 286 additions & 0 deletions lib/build/authUtils.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading