Experimental authentication for Launchpad and Google added
This commit is contained in:
parent
0c080386ef
commit
9a5ddb5e13
8 changed files with 154 additions and 44 deletions
6
db/migrate/20170405204143_add_omniauth_to_users.rb
Normal file
6
db/migrate/20170405204143_add_omniauth_to_users.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class AddOmniauthToUsers < ActiveRecord::Migration[5.0]
|
||||
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