[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Adds support to devise for authenticating an OpenSocial signed request.

License

Notifications You must be signed in to change notification settings

Yesware/devise_strategy_google_apps_open_social

Repository files navigation

Google Apps OpenSocial Strategy

Build Status: Build Status

Adds support to devise for authenticating an OpenSocial signed request.

Usage

In your devise initializer add:

require 'devise/strategies/google_apps_open_social'
config.warden do |manager|
	manager.default_strategies(scope: :user).unshift :google_apps_open_social
end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Adds support to devise for authenticating an OpenSocial signed request.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages