Skip to content

An example of using vertx-jooq together with vertx-auth.

Notifications You must be signed in to change notification settings

jklingsporn/vertx-auth-jooq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vertx-auth-jooq

An example of using vertx-jooq together with vertx-auth. This implementation was heavily inspired by vertx-auth-jdbc and uses the same unit-tests to show it is working.

To generate the POJOs and DAOs, this implementation uses HSQLDB. You can trigger the code generation by running the main-method of the TestTool.

Implementation details

When you're using vertx-jooq and you want to implement vertx-auth for your project, I recommend implementing your own AuthProvider and User instead of trying to extend this library.

About

An example of using vertx-jooq together with vertx-auth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages