May 2019
Intermediate to advanced
552 pages
14h 55m
English
Most applications need to identify and authenticate users. Instead of creating a custom sign-up and authentication mechanism, we’ll integrate with one of the social sign-ins. We’ll only implement one (Google Sign-In for Websites). This will serve as a good example for other integrations, since it uses the OAuth2 mechanism, which most other authentication integrations also use.
We’ll make it so that users can view all information without signing in, but in order to make any change, they will have to sign in. We’ll use a modal dialog that lets the user sign in with Google from anywhere ...