Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclipse-vertx/vertx-auth
https://github.com/eclipse-vertx/vertx-auth
async jwt oauth oauth2 reactive security vertx
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipse-vertx/vertx-auth
- Owner: eclipse-vertx
- License: apache-2.0
- Created: 2014-12-05T09:18:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T14:03:36.000Z (15 days ago)
- Last Synced: 2024-11-28T15:20:00.602Z (15 days ago)
- Topics: async, jwt, oauth, oauth2, reactive, security, vertx
- Language: Java
- Size: 6.23 MB
- Stars: 166
- Watchers: 35
- Forks: 156
- Open Issues: 39
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-webauthn - Eclipse Vert.x: WebAuthn - Reactive WebAuthn library for Eclipse Vert.x. Works with any Vert.x related framework: Vert.x Web, Quarkus, ES4X, etc. (Server Libraries)
- vertx-awesome - Vert.x Auth SQL - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x authentication/authorisation based on the Vert.x SQL client and a relational database. (Authentication Authorisation)
README
= 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.