Skip to content

zigotto/omniauth-quizlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniauth Quizlet Strategy

This gem provides a simple way to authenticate to Quizlet using Omniauth.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-quizlet'

Basic usage

First, you will need to register with Quizlet and obtain an Client ID and Secret Key. Once you do that, you can use it like so:

use OmniAuth::Builder do
  provider :quizlet, 'client_id', 'secret_key', :scope => "read write_set write_group", :state => "RANDOM_STRING"
end

Scopes

Scopes represent a limited set of permissions you can request from a user. More info on scopes

Additional information

For additional information, refer to the OmniAuth wiki and Quizlet API 2.0.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

MIT License. Copyright 2012 Zigotto®. http://www.zigotto.com

About

OmniAuth strategy for Quizlet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages