Skip to content

kaktusyaka/omniauth-oceanshq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniauth Strategy for OceansHQ

This Omniauth strategy is for authenticating using the OceansHQ authentication system.

You can create an OAuth application from within the identity website at

Once you have created this, you can define your Omniauth strategy.

use OmniAuth::Builder do
  provider :oceanshq, ENV['OCEANSHQ_CLIENT_ID'], ENV['OCEANSHQ_CLIENT_SECRET']
end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%