diff --git a/README.md b/README.md index 888f6f2..5c2fd5f 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a - [Auto](https://github.com/google/auto) - Generates factory, service, and value classes. - [Bootify ![c]](https://bootify.io) - Browser-based Spring Boot app generation with JPA model and REST API. - [FreeBuilder](https://github.com/inferred/FreeBuilder) - Automatically generates the Builder pattern. -- [Geci](https://github.com/verhas/javageci) - Discovers files that need generated code, updates automatically and writes to the source with a convenient API. +- [Geci](https://github.com/verhas/javageci) - Discovers files that need generated code, updates automatically and writes to the source with a convenient API. - [Immutables](https://immutables.github.io) - Annotation processors to generate simple, safe and consistent value objects. - [JavaPoet](https://github.com/square/javapoet) - API to generate source files. - [JHipster](https://github.com/jhipster/generator-jhipster) - Yeoman source code generator for Spring Boot and AngularJS. @@ -936,6 +936,7 @@ _Libraries that handle security, authentication, authorization or session manage - [Cryptomator](https://cryptomator.org) - Multiplatform, transparent, client-side encryption of files in the cloud. (GPL-3.0-only) - [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. +- [jwt-java](https://github.com/BastiaanJansen/jwt-java) - Easily create and parse JSON Web Tokens and create customized JWT validators using a fluent API. - [Jwks RSA](https://github.com/auth0/jwks-rsa-java) - JSON Web Key Set parser. - [Kalium](https://github.com/abstractj/kalium) - Binding for the Networking and Cryptography (NaCl) library. - [Keycloak](https://www.keycloak.org) - Integrated SSO and IDM for browser apps and RESTful web services.