mjmeli/whodecidesfood-api

No authentication required to get auth code

Closed this issue · 2 comments

Can GET users/:user_id, which returns auth code for the user, without any authentication; simply need to know :user_id

Will add later if not addressed by then

Fixed in 9ee4875

Requires user to have their auth token to see their user information. User can get their auth token by POSTing to the sessions endpoint with their username/password