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
Copy file name to clipboardExpand all lines: FAQ.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
7.[Using the SDK with Angular Universal](#7-using-the-sdk-with-angular-universal)
12
12
8.[Retrieving and refreshing a token](#8-retrieving-and-refreshing-a-token)
13
13
9.[When using localOnly logout, the user is getting logged in again](#9-when-using-localonly-logout-the-user-is-getting-logged-in-again)
14
+
9.[Skip the Auth0 login page?](#10-skip-the-auth0-login-page)
14
15
15
16
## 1. User is not logged in after page refresh
16
17
@@ -289,7 +290,7 @@ providers: [
289
290
],
290
291
```
291
292
292
-
## 10. How can I skip the Auth0 login page?
293
+
## 10. Skip the Auth0 login page
293
294
294
295
When integrating with third party providers such as Google or Microsoft, being redirected to Auth0 before being redirected to the corresponding provider can be sub-optimal in terms of user-experience.
295
296
If you only have a single connection enabled, or you know up front how the user wants to authenticate, you can set the `connection` parameter when calling `loginWithRedirect()` or `loginWithPopup()`:
0 commit comments