registerUserManWebInterface

Registers the routes for a UserMan web interface.

Use this to add user management to your web application. See also UserManWebAuthenticator for some complete examples of a simple web service with UserMan integration.

  1. void registerUserManWebInterface(URLRouter router, UserManAPI api)
    void
    registerUserManWebInterface
    (
    URLRouter router
    ,)
  2. void registerUserManWebInterface(URLRouter router, UserManController controller)

Meta