WaiveCar / WaiveScreen

WaiveScreen related stuff.
0 stars 0 forks source link

SSO login #248

Open kristopolous opened 4 years ago

kristopolous commented 4 years ago

Use the adcast login and add some SSO such as googles

daleighan commented 4 years ago

I added google signin in a branch for this. It currently just receives info back from google and doesn't yet do anything with it

daleighan commented 4 years ago

I am going to do the same thing with facebook login for now

daleighan commented 4 years ago

Facebook and google login now work, though nothing is being done with the tokens and profile info yet

daleighan commented 4 years ago

The initial work for this has been merged into master, but only the client-side parts of it are completed and the login info is not sent to the server or anything like that.