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
+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
@@ -66,7 +66,7 @@ Take note of the **Client ID** and **Domain** values under the "Basic Informatio
66
66
67
67
#### Static configuration
68
68
69
-
Install the SDK into your application by importing `AuthModule.forRoot()` and configuring with your Auth0 domain and client id:
69
+
Install the SDK into your application by importing `AuthModule.forRoot()` and configuring with your Auth0 domain and client id, as well as the URL to which Auth0 should redirect back after succesful authentication:
70
70
71
71
```ts
72
72
import { NgModule } from'@angular/core';
@@ -78,6 +78,9 @@ import { AuthModule } from '@auth0/auth0-angular';
0 commit comments