Skip to content

A reference design for enabling a ruby app to authenticate with an OAuth2 server

Notifications You must be signed in to change notification settings

Toodledo/oauth2-ruby-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth2-ruby-reference

A reference design for enabling a Ruby app to authenticate with Toodledo's OAuth2 server.

This example requires the OAuth2 gem. It uses the Sinatra web framework for a simple example.

These are the dependencies:

gem install sinatra
gem install oauth2
gem install json

Run the web server with the following command:

ruby app.rb

Visit the local web server to play with the web interface.

About

A reference design for enabling a ruby app to authenticate with an OAuth2 server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages