An Express.js {@link express.Router} routing all /login/
endpoints.
Attempts to log a user into the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve, failures using Promise.reject.
Attempts to log a user out of the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve, failures using Promise.reject.
Generated using TypeDoc
Gets the router for all
/login/related endpoints.