Commit d386364
authored
Refactor API to use IOptions pattern with IConfigurationSection binding (#59)
* Refactor API to use IOptions pattern with IConfigurationSection binding
* Update Documentation and Examples to work with the new public API signatures
* Update docs-source to reflect the new Public API signatures
* Adds Domain format validation and prevent EventsType bypass
* Adds startup validation integration tests
* Ensure trailing '/' in domain is tolerated
* Update Migration.md to callout potential captive dependency
* Improve DX with more extension methods for configuration1 parent 79dd413 commit d386364
25 files changed
Lines changed: 1617 additions & 1046 deletions
File tree
- Auth0.AspNetCore.Authentication.Api.Playground
- docs-source
- articles
- src/Auth0.AspNetCore.Authentication.Api
- DPoP
- tests
- Auth0.AspNetCore.Authentication.Api.IntegrationTests
- Auth0.AspNetCore.Authentication.Api.UnitTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
Lines changed: 13 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
23 | 17 | | |
24 | | - | |
25 | | - | |
| 18 | + | |
26 | 19 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
0 commit comments