Home

Awesome

OmniAuth Popup

A simple example of how you could setup a pure OmniAuth login using a popup window. No javascript SDK needed. See it in action here.

Code flow

There are 6 steps involved:

How to run

First, install all the required gems with:

bundle install --without production

Then follow the instructions on the file application.template.yml.

Finally, start a web server on port 3000 with:

rails server