Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Dec 1, 2023
2 parents 5814e03 + 932fdd3 commit 86a4599
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [7.1.3](https://github.com/NetDevPack/Security.Jwt/compare/v7.1.2...v7.1.3) (2023-06-13)


### Bug Fixes

* releaserc ([bb25404](https://github.com/NetDevPack/Security.Jwt/commit/bb254042f6a859129df240c938f7ffcf1102dddc))
* releaserc ([aeaa484](https://github.com/NetDevPack/Security.Jwt/commit/aeaa484743096bfdda99de730beb9d88b103f2f8))
* semantic ([f3d2532](https://github.com/NetDevPack/Security.Jwt/commit/f3d25325a3458e3bdff706b9a1c87a260eb15c90))
* signing validate jwks instead a single jwk ([e756c37](https://github.com/NetDevPack/Security.Jwt/commit/e756c37d5ee131952eb487904785f0aefa9714d4))

## [7.1.2](https://github.com/NetDevPack/Security.Jwt/compare/v7.1.1...v7.1.2) (2023-05-29)


Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ You can expose your JWKs through a JWKS endpoint and share them with your APIs.

# ℹ️ Installing

To install `NetDevPack.Security.Jwt` in your API, use the following command
To install `NetDevPack.Security.Jwt` in your API, use the following command in the NuGet Package Manager console:

```bash
dotnet add package NetDevPack.Security.Jwt
Install-Package NetDevPack.Security.Jwt
```

Alternatively, you can use the .NET Core command line interface:
Expand All @@ -141,7 +141,7 @@ Alternatively, you can use the .NET Core command line interface:
dotnet add package NetDevPack.Security.Jwt
```

Next, modify the Configure method in your `startup.cs` or `program.cs` file:
Next, modify the Configure method in your `Startup.cs` or `program.cs` file:

```c#
builder.Services.AddJwksManager().UseJwtValidation();
Expand Down Expand Up @@ -462,4 +462,3 @@ Many developers are unsure about which algorithm to use for signing their JWTs.
# License

NetDevPack.Security.Jwt is Open Source software and is released under the MIT license. This license allow the use of NetDevPack.Security.Jwt in free and commercial applications and libraries without restrictions.
p

0 comments on commit 86a4599

Please sign in to comment.