oliversong / recruitd

public backup of old work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails3 Omniauth-Devise supercombo

As bare as you could get devise-omniauth combo

I wasn’t sure why all the provider callbacks were separated as they can all be handled in the same fashion.

The Wiki also didn’t mention how we should be keeping track of the user tokens in the case we want to allow the user to validate multiple providers.

So I created a basic model storing the user_id, provider, & uid.

github.com/plataformatec/devise/wiki/OmniAuth:-Overview

About

public backup of old work


Languages

Language:Ruby 47.3%Language:CSS 28.9%Language:JavaScript 16.9%Language:PHP 6.8%