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
.
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.