Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 761 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 761 Bytes

SEW | ADV | Authentification

User Story 1

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.

Acceptance Criteria

  • 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.

HINT

  • 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