Skip to content

Commit b2eb4e1

Browse files
committed
Group authentication sample
1 parent 04da13f commit b2eb4e1

File tree

19 files changed

+14
-14
lines changed

19 files changed

+14
-14
lines changed

README.md

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

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

projects/.net7/README.MD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ Samples in this section require .NET 7. You can download it from [here](https://
66

77
There is no need for `[FromServices]` attribute anymore to inject a dependency to your action method.
88

9-
## Authentication
10-
11-
* [Authentication - JWT](authentication-1)
12-
13-
This sample shows the usage of the simplified authentication and authorization via `builder.AddAuthentication().AddJwtBearer();`.
14-
15-
* [Authentication - Cookie](authentication-2)
16-
17-
This sample shows the usage of the simplified authentication and authorization via `builder.AddAuthentication().AddCookie();`.
18-
19-
* [Authentication - Mixed](authentication-3)
20-
21-
This sample shows how to use both JWT and Cookie authentications in the same application.
22-
239

2410
## Problem Details
2511

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)