Skip to content

ganchdev/omniauth-atech

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniauth Strategy for aTech Media

This Omniauth strategy is for authenticating using the aTech Media authentication system.

You can create an OAuth application from within the identity website at https://identity.atechmedia.com.

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

use OmniAuth::Builder do
  provider :atech, ENV['ATECH_CLIENT_ID'], ENV['ATECH_CLIENT_SECRET']
end

About

Omniauth Strategy for aTech Media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%