detleph / server

Server component of the Detleph event management system
MIT License
1 stars 0 forks source link

Implement user authentication and admin operations #25

Closed stephan418 closed 2 years ago

stephan418 commented 2 years ago

This branch introduces the features of login and logout, user creation, user reading, and password updating.

However, users can currently not be updated (eg. changing of groups); I still think it would be a good idea to merge this.

Quickly reading through the code would be appreciated as there might be some issues - even tough the code is tested. (Particularly the security of the code should be asserted)