Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/auth0/auth0-auth-java/actions)
![Java Version](https://img.shields.io/badge/java-8%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![License](https://img.shields.io/badge/license-Apache%202.0-green)

A comprehensive Java library for Auth0 JWT authentication with built-in **DPoP (Demonstration of Proof-of-Possession)** and **Multi-Custom Domain (MCD)** support. This project provides Spring Boot integration for secure API development.

Expand Down Expand Up @@ -100,7 +100,7 @@ The core library (`auth0-api-java`) is bundled as an internal dependency within

## 📄 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

## 🆘 Support

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ POM_SCM_URL=https://github.com/auth0/auth0-auth-java
POM_SCM_CONNECTION=scm:git:https://github.com/auth0/auth0-auth-java.git
POM_SCM_DEV_CONNECTION=scm:git:https://github.com/auth0/auth0-auth-java.git

POM_LICENCE_NAME=The MIT License (MIT)
POM_LICENCE_NAME=Apache License Version 2.0
POM_LICENCE_URL=https://raw.githubusercontent.com/auth0/auth0-auth-java/main/LICENSE
POM_LICENCE_DIST=repo

Expand Down
Loading