Los usuarios pueden usar el inicio de sesión/registro de Google para iniciar sesión fácilmente en su sitio con su cuenta de Google.
No se requiere configuración para activarlo y su sitio utilizará la aplicación de Google de Ticketor para este propósito. Sin embargo, para fines de marca blanca y marca, y si está utilizando Ticketor en su propio dominio, es posible que desee crear y utilizar su propia aplicación de Google, con su propia marca.
Creating a Google App, Google 'Sign in with Google for web' to find the most recent instruction.
Here is a brief instruction on what needs to be done:
- Go to Google API Console
- Create a new project
- Go to 'OAuth consent screen', select 'External' user type and fill out the form.
- Add the following scopes:openid, /auth/userinfo.profile and /auth/userinfo.email
- Go to 'Credentials' section and create credentials of type 'OAuth client ID'. In the 'Authorized redirect URIs' add https://es.ticketor.com/login?extloginredirect=google
- Set the project to published mode.
- From the 'Credentials' section get the 'Client Id' and 'Client Secret' and put it in the 'Sign In With Google' section of Control Panel > Account & Settings > Site Settings > Google
To switch back to use Ticketor's app, put '[Ticketor's App Id]' in the App Id section.