jQuery-OAuth-Popup icon indicating copy to clipboard operation
jQuery-OAuth-Popup copied to clipboard

A jQuery plugin which provides a popup window for OAuth process

usage: $.oauthpopup({path:'/auth/twitter'}); $('#clickme').oauthpopup({path:'/auth/twitter'});

demo: % gem install bundler % bundle install % bundle exec ruby demo.rb