our-weekend-project / gripedotdev

A site for griping, not for solutions!
1 stars 1 forks source link

Add backend support for OAuth 2.0 application authentication #41

Open AustinTSchaffer opened 4 years ago

AustinTSchaffer commented 4 years ago

Forked from #37. PR #39 adds support for "auth w/ password" authentication. Adding support for "Login with GitHub" and "Login with Google" would be a nice to have. This effectively means adding support for OAuth 2.0 to the backend, so there will likely be some code sharing between these 2 auth methods.

GitHub

Google