vertx-auth
vertx-auth copied to clipboard
define a DataObject for redirectURL
Followup: https://github.com/vert-x3/vertx-auth/issues/519
The current API uses a raw json object which is error prone and typpos. We should have a type safe alternative that extends internally a JsonObject but defines some well known properties and types, like:
- redirectUrl
- scopes
- prompt
- etc...