-
-
Notifications
You must be signed in to change notification settings - Fork 688
feat(core): guard one-time token on consent request #7160
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(core): guard one-time token on consent request #7160
Conversation
COMPARE TO
|
| Name | Diff |
|---|---|
| packages/core/src/middleware/koa-consent-guard.test.ts | 📈 +2.78 KB |
| packages/core/src/middleware/koa-consent-guard.ts | 📈 +1.48 KB |
| packages/core/src/tenants/Tenant.ts | 📈 +143 Bytes |
| packages/experience/src/App.tsx | 📈 +198 Bytes |
| packages/experience/src/pages/OneTimeToken/index.tsx | 📈 +55 Bytes |
| packages/experience/src/pages/Register/index.tsx | 📈 +242 Bytes |
| packages/experience/src/pages/SignIn/index.tsx | 📈 +280 Bytes |
| packages/experience/src/pages/SwitchAccount/index.module.scss | 0 Bytes |
| packages/experience/src/pages/SwitchAccount/index.tsx | 📈 +496 Bytes |
| packages/experience/src/utils/search-parameters.ts | 📈 +428 Bytes |
90ba6bf to
7a6309d
Compare
simeng-li
left a comment
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.
updates are needed
simeng-li
left a comment
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.
Need to fix the email miss match error handling logic.
c5a27fc to
402e351
Compare
7a6309d to
4ae5524
Compare
1ccae5f to
f5bbc6e
Compare
00c105e to
b7eac1a
Compare
simeng-li
left a comment
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
b7eac1a to
04066a4
Compare
Summary
one_time_tokenparam is presented in the URL. The logic is now handled separately in both/sign-inand/registerroutes.Testing
Local dev test
Checklist
.changeset