@imtbl/auth-nextjs 2.12.5-alpha.4 → 2.12.5-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -254,11 +254,11 @@ AUTH_SECRET=generate-with-openssl-rand-base64-32 # openssl rand -base64 32
|
|
|
254
254
|
|
|
255
255
|
### Redirect URIs Explained
|
|
256
256
|
|
|
257
|
-
| Config Property
|
|
258
|
-
|
|
|
259
|
-
| `redirectUri`
|
|
260
|
-
| `popupRedirectUri`
|
|
261
|
-
| `redirectTo` (CallbackPage prop) | Where to navigate the user AFTER authentication completes (e.g., `/dashboard`)
|
|
257
|
+
| Config Property | Purpose |
|
|
258
|
+
| -------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
|
259
|
+
| `redirectUri` | OAuth callback URL - where Immutable redirects after authentication (must match your callback page URL) |
|
|
260
|
+
| `popupRedirectUri` | Same as `redirectUri` but for popup login flow. Defaults to `redirectUri` if not set |
|
|
261
|
+
| `redirectTo` (CallbackPage prop) | Where to navigate the user AFTER authentication completes (e.g., `/dashboard`) |
|
|
262
262
|
|
|
263
263
|
### Login Flows
|
|
264
264
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/auth-nextjs",
|
|
3
|
-
"version": "2.12.5-alpha.
|
|
3
|
+
"version": "2.12.5-alpha.6",
|
|
4
4
|
"description": "Next.js App Router authentication integration for Immutable SDK using Auth.js v5",
|
|
5
5
|
"author": "Immutable",
|
|
6
6
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dist"
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@imtbl/auth": "2.12.5-alpha.
|
|
54
|
+
"@imtbl/auth": "2.12.5-alpha.6"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"next": "14.2.25",
|