Skip to content
Merged
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ in addition to `KINDE_POST_LOGIN_REDIRECT_URL` which will direct your users to a
Both login and register support passing a url param `post_login_redirect_url` which will direct to the user once the flow is completed.

```html
<a class="btn btn-ghost sign-in-btn" href="/a pi/auth/login?post_login_redirect_url=/custom_url">
<a class="btn btn-ghost sign-in-btn" href="/api/auth/login?post_login_redirect_url=/custom_url">
Sign in
</a>
```
Expand Down
Loading