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
To initialize the Management API client, you also need the Authentication API client to get the access token required by the Management API client constructor.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
## Documentation
11
11
12
12
-[Docs site](https://www.auth0.com/docs) - explore our docs site and learn more about Auth0.
13
+
-[Examples](Examples.md) - code samples for common scenarios.
13
14
14
15
## Getting started
15
16
@@ -38,6 +39,8 @@ The API calls are divided into groups which correlate to the [Management API doc
38
39
awaitclient.Connections.GetAllAsync("auth0");
39
40
```
40
41
42
+
See [more examples](Examples.md#management-api).
43
+
41
44
### Authentication API
42
45
43
46
#### Installation
@@ -60,6 +63,8 @@ This library contains [URL Builders](https://auth0.github.io/auth0.net/#using-ur
60
63
61
64
**Important note on state validation**: If you choose to use the [AuthorizationUrlBuilder](https://auth0.github.io/auth0.net/api/Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.html) to construct the authorization URL and implement a login flow callback yourself, it is important to generate and store a state value (using [WithState](https://auth0.github.io/auth0.net/api/Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.html#Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder_WithState_System_String_)) and validate it in your callback URL before exchanging the authorization code for the tokens.
62
65
66
+
See [more examples](Examples.md#authentication-api).
67
+
63
68
## Feedback
64
69
65
70
### Contributing
@@ -92,3 +97,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
92
97
<palign="center">Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <ahref="https://auth0.com/why-auth0">Why Auth0?</a></p>
93
98
<palign="center">
94
99
This project is licensed under the MIT license. See the <ahref="./LICENSE"> LICENSE</a> file for more info.</p>
0 commit comments