Skip to content

simone201/easy-auth0-java

Repository files navigation

Easy Auth0 JVM Library

A JVM Library that allows a simpler access to Auth0 APIs, written in Kotlin, compatible with Java/Groovy/Scala (by using the .jar file or Maven artifact).

Allows you to implement a simple authentication in your app with:

  • Username/Password login
  • OAuth 2 Tokens (OpenID compliant)
  • Validate ID Tokens
  • Refresh ID Tokens using Refresh Tokens
  • Retrieve your app users (including emails)
  • Manage login/logout without any hassle in your app
  • Use directly "Basic" and "Bearer" Headers from HTTP requests

More info to come soon!

About

Java Library that allows a simpler access to Auth0 APIs, written in Kotlin

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE.txt
GPL-3.0
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages