Skip to content

Instantly share code, notes, and snippets.

@weshouman
Last active October 4, 2016 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weshouman/28451df04dac219b5fc8a775fbb8ca16 to your computer and use it in GitHub Desktop.
Save weshouman/28451df04dac219b5fc8a775fbb8ca16 to your computer and use it in GitHub Desktop.
Social login notes

Various links that are associated with the social login for different providers, ie: Facebook and Google

Facebook

Mote: Facebook authentication is based on the access_token that gets changed from time to time.
keeping the access_token secured and using only the token provided the application itself is the application's task.

Google

Note: Google's authentication is based on the one time code that the server sends to the Google directly to authenticate.
Details could be found in the Serverside flow below.

Generic OAuth

At this point, I felt to much burden of handling many OAuth differently for Angular directly not JS, while I'm not really interested yet in posting and other permissions, and with a new search I came up with that Satellizer project which provides all social signIn services for different providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment