/sorcery-example-app-sinatra

Sinatra with Sorcery example

Primary LanguageRuby

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