Api Token: store token in an encrypted form
This commit is contained in:
parent
1997f45d7e
commit
8c4f8347ca
7 changed files with 34 additions and 13 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddEncryptedTokenColumnToAdministrateur < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :administrateurs, :encrypted_token, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue