eclipse-vertx / vertx-auth

Apache License 2.0
160 stars 153 forks source link
async jwt oauth oauth2 reactive security vertx

= Vert.x Auth

image:https://github.com/eclipse-vertx/vertx-auth/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/eclipse-vertx/vertx-auth/actions/workflows/ci-5.x.yml"] image:https://github.com/eclipse-vertx/vertx-auth/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/eclipse-vertx/vertx-auth/actions/workflows/ci-4.x.yml"]

This module contains auth implementations for Vert.x and common auth interfaces

Particular implementations are stored in sub modules.

Legacy modules (vertx-auth-mongo, vertx-auth-jdbc, vertx-auth-shiro) are maintained at https://github.com/vert-x3/vertx-auth.