Sha256: 858c504a6f32c17114a8089ffc9815864793ae2af7faafc267dd1eb415d8f31d

Contents?: true

Size: 436 Bytes

Versions: 5

Compression:

Stored size: 436 Bytes

Contents

What to do next?

  1. Edit initializer (config/initializer/google_authentication.rb) and fill:
     - your desired domain for authentication (default gmail.com)
     - your model used as google user

  2.a Run rails g google_authentication MODEL in order to create a default model
  2.b (or) add acts_as_google_user to the model used for authentication

===============================================================================

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
google_authentication-0.3.0 lib/generators/templates/README
google_authentication-0.2.0 lib/generators/templates/README
google_authentication-0.1.2 lib/generators/templates/README
google_authentication-0.1.1 lib/generators/templates/README
google_authentication-0.1.0 lib/generators/templates/README