Commit 211574f
authored
Client Improvization (#19)
* Client Improvization
* Little Cleanup & UseUltimateAuthWithAspNetCore Pipeline Method Addition
* Improvized Sample Page Seperation & Fix UAuthLoginForm ReturnUrl Behavior
* Login Redirect Improvization
* Improved UAuthStateManager
* Complete AuthStateSnapshot
* Complete UAuthState
* Add Tests & Fix Current Tests
* Minify uauth.js
* Last Client Refinement & ProductInfo Improvement1 parent 3089e8e commit 211574f
File tree
148 files changed
+1874
-964
lines changed- samples
- UAuthHub/CodeBeam.UltimateAuth.Sample.UAuthHub
- Components
- Pages
- blazor-server/CodeBeam.UltimateAuth.Sample.BlazorServer
- Components
- Layout
- Pages
- blazor-standalone-wasm/CodeBeam.UltimateAuth.Sample.BlazorStandaloneWasm
- Pages
- wwwroot
- src
- CodeBeam.UltimateAuth.Client.JsMinifier
- CodeBeam.UltimateAuth.Client
- Authentication
- Components
- Device
- Diagnostics
- Extensions
- Infrastructure
- Login
- Runtime
- TScripts
- wwwroot
- CodeBeam.UltimateAuth.Core
- Abstractions/Auth
- Constants
- Contracts
- Auth
- Session
- Domain/Session
- Extensions
- Infrastructure
- Authority
- MultiTenancy
- CodeBeam.UltimateAuth.Server
- Authentication
- Auth
- Defaults
- Endpoints
- Extensions
- Flows/Refresh
- Infrastructure
- Device
- Session
- User
- Middlewares
- Options
- Runtime
- Services
- authorization
- CodeBeam.UltimateAuth.Authorization.Contracts
- CodeBeam.UltimateAuth.Authorization.InMemory
- CodeBeam.UltimateAuth.Authorization.Reference
- CodeBeam.UltimateAuth.Authorization
- credentials
- CodeBeam.UltimateAuth.Credentials.Contracts
- CodeBeam.UltimateAuth.Credentials.EntityFrameworkCore
- CodeBeam.UltimateAuth.Credentials.InMemory
- CodeBeam.UltimateAuth.Credentials.Reference
- Extensions
- Infrastructure
- CodeBeam.UltimateAuth.Credentials
- policies/CodeBeam.UltimateAuth.Policies
- security/CodeBeam.UltimateAuth.Security.Argon2
- users
- CodeBeam.UltimateAuth.Users.Contracts/Dtos
- CodeBeam.UltimateAuth.Users.InMemory/Infrastructure
- CodeBeam.UltimateAuth.Users.Reference
- Extensions
- Infrastructure
- Services
- CodeBeam.UltimateAuth.Users/Abstractions
- tests/CodeBeam.UltimateAuth.Tests.Unit
- Client
- Helpers
- Server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
148 files changed
+1874
-964
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
Lines changed: 5 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
49 | | - | |
50 | | - | |
51 | 46 | | |
52 | 47 | | |
53 | 48 | | |
| |||
110 | 105 | | |
111 | 106 | | |
112 | 107 | | |
113 | | - | |
114 | | - | |
115 | | - | |
| 108 | + | |
116 | 109 | | |
117 | 110 | | |
118 | | - | |
| 111 | + | |
119 | 112 | | |
120 | 113 | | |
121 | 114 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
samples/blazor-server/CodeBeam.UltimateAuth.Sample.BlazorServer/Components/Layout/MainLayout.razor
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 4 | | |
12 | 5 | | |
13 | 6 | | |
| |||
Lines changed: 0 additions & 12 deletions
This file was deleted.
0 commit comments