Update Auth authored by Nicolas Pope's avatar Nicolas Pope
......@@ -9,4 +9,7 @@ The authentication and authorization service is responsible for all login and ac
* This service must manage these groups allowing for CRUD operations.
* 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.
\ No newline at end of file
* 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