Skip to content

VoiceArchive/omniauth-voicearchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth VoiceArchive

Strategy to authenticate VoiceArchive in OmniAuth.

It's using the OAuth2 from the VoiceArchive API

Usage

Add the strategy to your Gemfile alongside OmniAuth:

gem 'omniauth'
gem 'omniauth-voicearchive'

Integrate this strategy to your OmniAuth middleware.

use OmniAuth::Builder do
  provider :voicearchive, ENV['VOICEARCHIVE_CLIENT'], ENV['VOICEARCHIVE_SECRET']
end

About

OmniAuth OAuth2 Strategy for VoiceArchive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages