Skip to content

Files

Latest commit

e6947f8 · Nov 30, 2023

History

History
This branch is 64 commits behind eclipse-vertx/vertx-auth:master.

vertx-auth-jwt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 30, 2023
Mar 7, 2023
Mar 1, 2023

Vert.x JWT Auth

This module contains contains a Vert.x auth implementation which uses JSON Web Tokens (JWT)

Please see the documentation for more information.

NOTE:

If you’re developing on this code you will need Oracle JDK in order to run the tests. The reason why is because we test strong cryptography algorithms such as Elliptic Curve and these are not available by default with OpenJDK itself.