alexander-mathieu / crowdhound_be

Crowdhound connects dog owners with local people that would love the opportunity to chill with a dog for an afternoon or a few days, without having the responsibility 24/7/365.
https://crowdhound.herokuapp.com/
1 stars 1 forks source link

User Can Log Out #68

Closed alexander-mathieu closed 5 years ago

alexander-mathieu commented 5 years ago

Changes proposed in this pull request: This PR adds a mutation that allows current users to log out. When a valid googleToken is passed in, the User is found, and their google_token in the database is set to nil. An invalid googleToken will trigger an error message.

Resolves #62

The following checks have been completed: