An "authentication" service for a GeoMapFish application. Upon loading, it launches a request to determine whether a user is currently logged in or not.
The possible API requests it supports, which are all self-explanatory, are:
Promise.
Login.
Old password.
New password.
New password confirmation.
Optional
One-time password.
Check the user to have a user with all parameters in all cases.
Response.
Ajax response.
User's email
The roles IDs.
The roles names.
Username
Login name.
Password.
state of the user.
Don't request a new user object from the back-end after logging out, defaults to false.
Generated using TypeDoc
An "authentication" service for a GeoMapFish application. Upon loading, it launches a request to determine whether a user is currently logged in or not.
The possible API requests it supports, which are all self-explanatory, are: