Update Auth authored by Nicolas Pope's avatar Nicolas Pope
......@@ -10,3 +10,6 @@ The authentication and authorization service is responsible for all login and ac
* Admin users can create new user accounts (CRUD)
* Users can edit their account details and change their password
* Login using URL username and password (Basic auth) needs to be possible for websockets.
# Current Design
The implementation at present is based upon an OAuth2 implementation previously done for a Finnish software company. TsED is used to generate the endpoints and Mongo is used as the database.
\ No newline at end of file