Skip to content

Commit c45222f

Browse files
committed
More information on external params
1 parent d0b65a4 commit c45222f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tools/funnels/creating-funnels.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ After adding an authentication step, configure where users will be sent to authe
9191
2. In the right panel, enter your **External authentication URL**
9292
3. This should be the URL of your authentication page (e.g., `https://your-auth-system.com/login`)
9393

94+
:::info Query parameters
95+
If your external authentication URL includes query parameters (e.g., `https://your-auth-system.com/login?tracking_id=123`), they will be preserved when RevenueCat appends the `redirect_uri` and `state` parameters. This is useful for passing tracking information or other data to your authentication system.
96+
:::
97+
9498
When a user reaches this authentication step, RevenueCat will redirect them to your external authentication URL with two query parameters:
9599

96100
- `redirect_uri`: The callback URL where you must redirect users after authentication

0 commit comments

Comments
 (0)