vertx-auth icon indicating copy to clipboard operation
vertx-auth copied to clipboard

define a DataObject for redirectURL

Open pmlopes opened this issue 3 years ago • 0 comments

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

pmlopes avatar Mar 11 '22 12:03 pmlopes