You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -149,6 +149,11 @@ You can use a [route rule](routes.md) to map a default provider to a friendly ro
149
149
}
150
150
```
151
151
152
+
### Post login redirect
153
+
154
+
If you want a user to return to a specific page after login, provide a URL in `post_login_redirect_uri` query string parameter.
155
+
156
+
152
157
## Logout
153
158
154
159
The `/.auth/logout` route logs users out from the website. You can add a link to your site navigation to allow the user to log out as shown in the following example.
@@ -166,6 +171,10 @@ You can use a [route rule](routes.md) to map a friendly route like _/logout_.
166
171
}
167
172
```
168
173
174
+
### Post logout redirect
175
+
176
+
If you want a user to return to a specific page after logout, provide a URL in `post_logout_redirect_uri` query string parameter.
177
+
169
178
## Block an authorization provider
170
179
171
180
You may want to restrict your app from using an authorization provider. For instance, your app may want to standardize only on [providers that expose email addresses](#provider-user-details).
0 commit comments