Skip to content

dusto2020/sew-adv-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%