Get code and token from Azure AD and store it to the DB
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddMicrosoftTokensToUsers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :users, :microsoft_access_token, :string
|
||||
add_column :users, :microsoft_refresh_token, :string
|
||||
add_column :users, :microsoft_token_expires_at, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user