From 9529b36d5edc255af3cc7cf296dfd8af75ff67c0 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Mon, 17 Oct 2022 09:00:12 -0500 Subject: [PATCH] Fix auth0-java references. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc1abac4..9c36680a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Java implementation of [JSON Web Token (JWT) - RFC 7519](https://tools.ietf.or :books: [Documentation](#documentation) - :rocket: [Getting Started](#getting-started) - :computer: [API Reference](#api-reference) :speech_balloon: [Feedback](#feedback) ## Documentation -- [Examples](./EXAMPLES.md) - code samples for common auth0-java scenarios. +- [Examples](./EXAMPLES.md) - code samples for common java-jwt scenarios. - [Docs site](https://www.auth0.com/docs) - explore our docs site and learn more about Auth0. ## Getting Started @@ -20,7 +20,7 @@ A Java implementation of [JSON Web Token (JWT) - RFC 7519](https://tools.ietf.or This library is supported for Java LTS versions 8, 11, and 17. For issues on non-LTS versions above 8, consideration will be given on a case-by-case basis. -> `auth0-java` is intended for server-side JVM applications. Android applications should use the [Auth0.Android SDK](https://github.com/auth0/auth0.android). +> `java-jwt` is intended for server-side JVM applications. Android applications should use [JWTDecode.Android](https://github.com/auth0/JWTDecode.Android). `java-jwt` supports the following algorithms for both signing and verification: