© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is an app to add social login using Google.
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/google-iris-login.git
Go to the .env file and input your CLIENT_ID generated in your Google Cloud Console (to generate a CLIENT_ID see the article https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid)
Open the terminal in this directory and call the command to build InterSystems IRIS in container:
$ docker-compose build
To run the InterSystems IRIS in container:
$ docker-compose up -d
Allows to the user login using google social login.