LarsBehl / StatusAppBackend

ASP.NET Core based WebAPI exposing status information on configured services
GNU General Public License v2.0
1 stars 0 forks source link

[SAB-09] Add user management #14

Closed LarsBehl closed 2 years ago

LarsBehl commented 2 years ago

As an admin I want to be able to login for further configuration

Acceptance criteria

Notes

To be able to control who signs up for the admin interface, the user creation process has to be protected in some way. The easiest one is to create one-time tokens, which the user has to provide while signing up. Existing admins should be able to create tokens via an endpoint. The db should get seeded with some initial tokens