Skip to content

unglobalcompact/omniauth-ungc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth Ungc

This gem contains the Ungc strategy for OmniAuth

Using This Strategy

First start by adding this gem to your Gemfile:

gem 'omniauth-ungc'

Next, tell OmniAuth about this provider. For a Rails app, your config/initializers/omniauth.rb file should look like this:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :ungc, "APP_ID", "APP_SECRET"
end

Replace "APP_ID" and "APP_SECRET" with the appropriate values you obtained from the Ungc.

About

OmniAuth strategy for UN Global Compact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published