-
Notifications
You must be signed in to change notification settings - Fork 320
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(clerk-js,types): Navigate to session tasks #5187
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: e15d124 The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
SignIn/SignUp
SignIn/SignUp
e2e02ec
to
aa2c20a
Compare
59a2b22
to
e836ee1
Compare
62a62ae
to
639e7f8
Compare
755c683
to
4a6e892
Compare
4a6e892
to
a1c1c39
Compare
d27d8c9
to
104791b
Compare
104791b
to
48191f1
Compare
48191f1
to
d74f3e7
Compare
@@ -197,7 +198,7 @@ export interface PublicUserData { | |||
} | |||
|
|||
export interface SessionTask { | |||
key: 'orgs'; |
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.
FAPI was previously returning orgs
but it got updated to org
d74f3e7
to
08a8aff
Compare
3e274ee
to
36e0c91
Compare
d2fe62a
to
edc02d0
Compare
edc02d0
to
2855447
Compare
2855447
to
2f7c8a3
Compare
2f7c8a3
to
5c5bc89
Compare
5c5bc89
to
1233d3b
Compare
import { testAgainstRunningApps } from '../testUtils'; | ||
|
||
// TODO ORGS-566 - write integration tests for after-auth flow | ||
testAgainstRunningApps({ withEnv: [appConfigs.envs.withEmailCodes] })('after-auth flows @generic @nextjs', () => { |
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.
This is just a placeholder for me to come back later which is helpful to visualize the redirection behavior introduced in this PR
The reason integration tests aren't being implemented is that FAPI changes for that are under development and it could break CI
Description
Resolves ORGS-562
SignIn/SignUp
routespending
withtasks
After sign-in
CleanShot.2025-02-19.at.15.43.57.mp4
After sign-up
CleanShot.2025-02-19.at.15.45.42.mp4
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change