Omniauth Support
This commit is contained in:
parent
4ce034ca65
commit
a64aff2f1c
20 changed files with 195 additions and 61 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddProviderAndUidToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :provider, :string
|
||||
add_column :users, :uid, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue