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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The goal of this project is to help your application security by Managing your J
23
23
24
24
* Auto create RSA or ECDsa keys
25
25
* Support for JWE
26
-
* Support public `jwks_uri` endpoint with your public key in JWKS format
26
+
* Support public `jwks_uri` endpoint with your public key in JWKS format (Support for JWS and JWE)
27
27
* Extensions for your client API's to consume the JWKS endpoint. See more at [NetDevack.Security.JwtExtensions](https://github.com/NetDevPack/Security.JwtExtensions)
28
28
* Auto rotate key every 90 days (Following NIST Best current practices for Public Key Rotation)
29
29
* Remove old private keys after key rotation (NIST Recommendations)
0 commit comments