dgrabows / gsi

Example Clojure Ring app integrated with Google Sign In

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gsi

Example app integrating with Google Sign In with aspirations to do so using Clojure and Ring.

Setup

  1. See https://developers.google.com/identity/sign-in/web/devconsole-project for instructions on setting up a Google developer account and a client id.
  2. Change the value of the google-signin-client_id meta tag in login.html to the client id obtained in the previous step.

Notes

Things to look at:

References:

License

Copyright © 2015 Daniel Grabowski

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Example Clojure Ring app integrated with Google Sign In

License:Eclipse Public License 1.0


Languages

Language:Clojure 51.5%Language:HTML 48.5%