Skip to content

Feature/33 login in api#42

Merged
rieglerthomas merged 17 commits into
developfrom
feature/33-login-in-api
Jun 2, 2024
Merged

Feature/33 login in api#42
rieglerthomas merged 17 commits into
developfrom
feature/33-login-in-api

Conversation

@Intrpt
Copy link
Copy Markdown
Collaborator

@Intrpt Intrpt commented May 30, 2024

  • Read the idToken from header ("Authorization")
  • Validate the idToken and return 401 if it is invalid
    • For Upload a game
    • For Get uploaded games
    • For Get game by id
    • For delete game
  • Save the owner when uploading a new game
  • Return 403 if the user is not the owner of the game
    • For Get game by id
    • For delete game
  • Updated tests
  • Removed "FindAll" because it has been replaced by "FindAllByOwner"
  • Fixed issue that controller responded but didnt return

! Added "OAUTH_CLIENT" to environment variables (@rieglerthomas )

@Intrpt Intrpt added feature New feature priority Should be done until the next meeting labels May 30, 2024
@Intrpt Intrpt added this to the API milestone May 30, 2024
@Intrpt Intrpt linked an issue May 30, 2024 that may be closed by this pull request
8 tasks
@rieglerthomas rieglerthomas force-pushed the feature/33-login-in-api branch from 5677a82 to 36f850f Compare June 2, 2024 15:09
@rieglerthomas rieglerthomas merged commit f3883e5 into develop Jun 2, 2024
@Intrpt Intrpt deleted the feature/33-login-in-api branch June 2, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature priority Should be done until the next meeting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Login in API

2 participants