Add nonce to the auth codes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddNonceToOidcAuthorizationCodes < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :oidc_authorization_codes, :nonce, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user