|
1 | 1 | # Simple Authentication for ASP.NET Core |
2 | 2 |
|
3 | 3 | [](https://github.com/marcominerva/SimpleAuthentication/actions/workflows/linter.yml) |
4 | | -[](https://github.com/marcominerva/SimpleAuthentication/actions/workflows/codeql.yml) |
| 4 | +[](https://github.com/marcominerva/SimpleAuthentication/actions/workflows/github-code-scanning/codeql) |
5 | 5 | [](https://www.nuget.org/packages/SimpleAuthenticationTools) |
6 | 6 | [](https://www.nuget.org/packages/SimpleAuthenticationTools) |
7 | 7 | [](https://github.com/marcominerva/SimpleAuthentication/blob/master/LICENSE) |
@@ -138,7 +138,7 @@ builder.Services.AddOpenApi(options => |
138 | 138 |
|
139 | 139 | **Creating a JWT Bearer** |
140 | 140 |
|
141 | | -When using JWT Bearer authentication, you can set the _EnableJwtBearerService_ setting to _true_ to automatically register an implementation of the [IJwtBearerService](https://github.com/marcominerva/SimpleAuthentication/blob/master/src/SimpleAuthentication.Abstractions/JwtBearer/IJwtBearerService.cs) interface to create a valid JWT Bearer, according to the setting you have specified in the _appsettings.json_ file: |
| 141 | +When using JWT Bearer authentication, an implementation of the [IJwtBearerService](https://github.com/marcominerva/SimpleAuthentication/blob/master/src/SimpleAuthentication.Abstractions/JwtBearer/IJwtBearerService.cs) interface is automatically registered to create a valid JWT Bearer, according to the settings you have specified in the _appsettings.json_ file: |
142 | 142 |
|
143 | 143 | ```csharp |
144 | 144 | app.MapPost("api/auth/login", async (LoginRequest loginRequest, IJwtBearerService jwtBearerService) => |
@@ -316,4 +316,4 @@ app.MapGet("api/me", (ClaimsPrincipal user) => |
316 | 316 |
|
317 | 317 | ## Contribute |
318 | 318 |
|
319 | | -The project is constantly evolving. Contributions are welcome. Feel free to file issues and pull requests in the repository, and we'll address them as we can. |
| 319 | +The project is constantly evolving. Contributions are welcome. Feel free to file issues and pull requests in the repository, and we'll address them as we can. |
0 commit comments