Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages