SEW | ADV | Authentification
As a platform hoster, I only want certain users to be able to create, modify, and delete songs, so that there is no misuse amongst users.
- A mechanism to login by providing username and password is available.
- A session token is used to identify the logged in user.
- The operations create, update, and delete can only be successffully performed by a logged in user.
- A logout mechanism is also available.
- Use the provided files to configure authentication according to the provided slides
- Copy the autoconfig folder into src/main/java/server/yousong
- Update your pom.xml with the provided version
- Minor difference to the slides - use cookies instead of header token