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: README.MD
+3-3
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Successfully tested with the Angular 2 and 4 and its Router, PathLocationStrateg
36
36
- Token Refresh for Implicit Flow by implementing "silent refresh"
37
37
- Validating the signature of the received id_token
38
38
- Providing Events via the observable ``events``.
39
-
- The event ``token_expires`` can be used togehter with a silent refresh to automatically refresh a token when/ before it expires (see also property ``timeoutFactor``).
39
+
- The event ``token_expires`` can be used together with a silent refresh to automatically refresh a token when/ before it expires (see also property ``timeoutFactor``).
40
40
41
41
## Additional Features
42
42
- Logging in via OAuth2 and OpenId Connect (OIDC) Implicit Flow (where user is redirected to Identity Provider)
@@ -106,7 +106,7 @@ export class AppModule {
106
106
## Configuring for Implicit Flow
107
107
108
108
This section shows how to implement login leveraging implicit flow. This is the OAuth2/OIDC flow best suitable for
109
-
Single Page Application. It sends the user to the Identity Provider's login page. After logging in, the SPA gets tokens.
109
+
Single Page Applications (SPAs). It sends the user to the Identity Provider's login page. After logging in, the SPA gets tokens.
110
110
This also allows for single sign on as well as single sign off.
111
111
112
112
To configure the library the following sample uses the new configuration API introduced with Version 2.1.
0 commit comments