Vorlent / cozycast

movie night over the internet
Other
5 stars 3 forks source link

Use micronaut security #107

Closed Vorlent closed 4 years ago

Vorlent commented 4 years ago

Cozycast needs a security layer to allow admins to login and perform certain maintenance tasks. Later it may become necessary to implement an optional registration system that lets people verify their account and save user specific data in the database instead of the client.

This means there will be an endpoint that lets users enter their username and password to obtain a token which is then stored in localstorage.

Finally I will need a custom AuthenticationProvider to associate roles with usernames in the database.

Vorlent commented 4 years ago

Micronaut security has been integrated into cozycast.