gamerpals / Backend

0 stars 0 forks source link

GET api/Game needs lower permissions #13

Closed MauriceNino closed 5 years ago

MauriceNino commented 5 years ago

Expected Behavior

As a User who has completed his profile, I want to be able to access all games.

Current Behavior

401 Forbidden

Possible Solution

/

Detailed Description

/

Steffx115 commented 5 years ago

GET methods of /Game are now able to be accessed by verified Users

MauriceNino commented 5 years ago

Now getting an error 403: Forbidden, with a Bearer that belongs to a user that has profileCompleted: true.