Skip to content

Commit 25a687e

Browse files
committed
Removed JWT
1 parent 8d56123 commit 25a687e

File tree

1 file changed

+0
-5
lines changed
  • sessions/Season-05/0505-ApiDesignAndDevelopment

1 file changed

+0
-5
lines changed

sessions/Season-05/0505-ApiDesignAndDevelopment/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ In response to [question #79](https://github.com/csharpfritz/csharp_with_csharpf
99
- Caching
1010
- Pagination Strategies
1111
- Uploading files
12-
- Authentication with JWT
1312
- Connecting to a frontend framework: Razor Pages, Blazor, etc
1413
- Deployment - Containers and App Service
1514

@@ -149,10 +148,6 @@ Security steps that reduce the likelihood of a successful attack are:
149148

150149
You will need to [extend the configuration of Kestrel](https://docs.microsoft.com/aspnet/core/mvc/models/file-uploads?view=aspnetcore-5.0#server-and-app-configuration) in order to receive larger files.
151150

152-
## JWT Authentication
153-
154-
Blog at: https://devblogs.microsoft.com/aspnet/jwt-validation-and-authorization-in-asp-net-core/
155-
156151
## Configuring CORS
157152

158153
[Cross-Origin Resource Sharing (CORS) can be configured](https://docs.microsoft.com/aspnet/core/security/cors?view=aspnetcore-5.0) in your application with a policy using settings like the following:

0 commit comments

Comments
 (0)