Skip to content

Scalingo/omniauth-scalingo

Repository files navigation

OmniAuth Scalingo

This is the official OmniAuth strategy for authenticating to Scalingo. To use it, you'll need to sign up for an OAuth2 Application ID and Secret.

Basic Usage

use OmniAuth::Builder do
  provider :scalingo, ENV['SCALINGO_APP_ID'], ENV['SCALINGO_APP_SECRET']
end

Scopes

Scalingo API lets you set scopes to provide granular access to different types of data and actions.

use OmniAuth::Builder do
  provider :scalingo, ENV['SCALINGO_APP_ID'], ENV['SCALINGO_APP_SECRET'], scope: "scope1,scope2"
end

About

OAuth2 strategy for Scalingo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages