From 675db64c5ce20dd89db878a1b491fffefbf3e356 Mon Sep 17 00:00:00 2001 From: heldev Date: Sun, 17 Jun 2018 20:13:50 -0400 Subject: [PATCH] Add Jwks RSA A small library that fills the gap until jjwt implements JWK support jwtk/jjwt#236 The name spelling is taken from Maven https://mvnrepository.com/artifact/com.auth0/jwks-rsa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 448dbd8..71d1754 100644 --- a/README.md +++ b/README.md @@ -806,6 +806,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Cryptomator](https://cryptomator.org) - Multiplatform, transparent, client-side encryption of files in the cloud. - [Hdiv](https://github.com/hdiv/hdiv) - Runtime application that repels application security risks included in the OWASP Top 10, including SQL injection, cross-site scripting, cross-site request forgery, data tampering, and brute force attacks. - [jjwt](https://github.com/jwtk/jjwt) - JSON web token for Java and Android. +- [Jwks RSA](https://github.com/auth0/jwks-rsa-java) - JSON Web Key Set parser. - [Keycloak](https://keycloak.jboss.org) - Integrated SSO and IDM for browser apps and RESTful web services. - [Keyczar](https://github.com/google/keyczar) - Easy-to-use, safe encryption framework with key versioning. - [Keywhiz](https://github.com/square/keywhiz) - System for distributing and managing secrets.