Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 250 Bytes

README.rdoc

File metadata and controls

9 lines (5 loc) · 250 Bytes

This is an example of using Sorcery with Sinatra.

github.com/NoamB/sorcery

It uses sqlite as a database, and includes a ‘db:migrate’ rake task for your convenience.

Run it at port 3000 (needed for OAuth examples):

ruby myapp.rb -p 3000