Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth Bolder

This is the official OmniAuth strategy for authenticating to Bolder.

Please refer to the Omniauth gem for more detail.

Basic Usage

use OmniAuth::Builder do
  provider :bolder, ENV['BOLDER_KEY'], ENV['BOLDER_SECRET']
end

Scopes

Bolder's API lets you set scopes to provide granular access to your Bolder data:

use OmniAuth::Builder do
  provider :bolder, ENV['BOLDER_KEY'], ENV['BOLDER_SECRET'], scope: 'public,admin'
end

License

Copyright (c) Bolder (onbolder.com) - MIT Licensed

About

OmniAuth strategy for authenticating to Bolder

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages