You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET DevPack JwtExtensions was created to help you protect you API ASP.NET Core with JWT Bearer Token using a Custom JWKS Endpoint. Giving hability to leverage the security of your environment using Assymetric Keys. Which is by far a most recommended cryptography to digitally signin you JWT.
5
+
.NET DevPack JwtExtensions was created to help you validate Bearer tokens from Jwks endpoint. It configure your ASP.NET Core with JWT Bearer Token using a Custom JWKS Endpoint. Giving hability to leverage the security of your environment using Assymetric Keys. Which is by far a most recommended cryptography to digitally signin you JWT.
If you want to generate JSON Web Tokens in your application you need to add the [NetDevPack.Jwk](https://github.com/NetDevPack/NetDevPack.Jwk).
40
39
41
-
>**Note:** NetDevPack.JwtExtensions is for those who already have an api who use `NetDevPack.Jwk`
40
+
>**Note:** NetDevPack.Security.JwtExtensions is for those who already have an api who use `NetDevPack.Jwk`
42
41
>
43
42
>**Note:** The `NetDevPack.Jwk` is a set of components who will generate Keys using industry security best standards (NIST Rotating keys, RSA Key Length, ECDsa P-256). It's supports [Elliptic Curves](https://blog.cloudflare.com/a-relatively-easy-to-understand-primer-on-elliptic-curve-cryptography/) and RSA as well.
44
43
45
44
## Examples
46
-
Use the [sample application](https://github.com/NetDevPack/NetDevPack.JwtExtensions/tree/master/samples/ApiClient) to understand how NetDevPack.JwtExtensions can be implemented and help you to decrease the complexity of your application and development time.
47
-
48
-
## Compatibility
49
-
The **NetDevPack.JwtExtensions** was developed to be implemented in **ASP.NET Core 3.1**`LTS` applications, in the next versions will be add the 2.1 `LTS` support.
45
+
Use the [sample application](https://github.com/NetDevPack/NetDevPack.Security.JwtExtensions/tree/master/samples/ApiClient) to understand how NetDevPack.Security.JwtExtensions can be implemented and help you to decrease the complexity of your application and development time.
50
46
51
47
## About
52
-
.NET DevPack.JwtExtensions was developed by [Eduardo Pires](http://eduardopires.net.br) under the [MIT license](LICENSE).
48
+
.NET DevPack.JwtExtensions was developed by [Bruno Brito](https://brunobrito.net.br) under the [MIT license](LICENSE).
0 commit comments