Skip to content

biomancer/omniauth-yandex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yandex OAuth strategy for OmniAuth

This gem contains the unofficial Yandex OAuth2 strategy for OmniAuth.

Installation

gem "omniauth-yandex"

You have to obtain API key for your app at Yandex OAuth app registration page

Don't forget to check these checkboxes like on the screenshot:

Basic Usage

use OmniAuth::Builder do
  provider :yandex, ENV['YANDEX_KEY'], ENV['YANDEX_PRIVATE_KEY']
end

Links

License

Copyright (c) 2011 by Kirill Shatrov, Evrone.com

About

Omniauth 1.0 strategy for Yandex.ru

Resources

Stars

Watchers

Forks

Packages

No packages published