Skip to content

Commit 1db6dad

Browse files
committed
Clean up authentication
1 parent 410e432 commit 1db6dad

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Greetings from Cairo, Egypt. You can [sponsor](https://github.com/sponsors/dodyg
1313

1414
| Section | | |
1515
| ----------------------------------------------------------------------- | --- | ---------------------------------------------------------------------------- |
16-
| [Authentication](/projects/authentication) | | |
16+
| [Authentication](/projects/authentication) | 4 | |
1717
| [Blazor Client Side (Web Assembly)](/projects/blazor-wasm) | 22 | .NET8 (WIP), Components, Data Binding |
1818
| [Blazor Server](/projects/blazor-ss) | 15 | Localization |
1919
| [Blazor Server Side Render](/projects/blazor-ssr) | | |

projects/authentication/build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dotnet build authentication-1
2+
dotnet build authentication-2
3+
dotnet build authentication-3
4+
dotnet build authentication-4

projects/authentication/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Authentication
1+
# Authentication (4)
22

33
* [Authentication - JWT](authentication-1)
44

@@ -11,3 +11,9 @@
1111
* [Authentication - Mixed](authentication-3)
1212

1313
This sample shows how to use both JWT and Cookie authentications in the same application.
14+
15+
* [Authentication - simplified JWT bearer token authentication](authentication-4)
16+
17+
This sample shows the usage of the simplified authentication and authorization using webapi template via `builder.AddAuthentication().AddJwtBearer();`.
18+
19+
dotnet8

0 commit comments

Comments
 (0)