Skip to content

Genius/omniauth-snapchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omniauth-snapchat

An OmniAuth strategy for authenticating with Snapchat Snap Kit.

Installation

In your Gemfile:

gem 'omniauth-snapchat'

Usage

Here's an example on setting up omniauth-snapchat (NOTE: this should be placed in something like config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :snapchat, ENV['SNAPCHAT_CLIENT_ID'], ENV['SNAPCHAT_CLIENT_SECRET']
end

Helpful Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages