Sha256: a57ac3f31af986f2f2232b4be1afe378a29a96227bd402b05fadac8c905e574f
Contents?: true
Size: 276 Bytes
Versions: 25
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true class EnablePkce < ActiveRecord::Migration<%= migration_version %> def change add_column :oauth_access_grants, :code_challenge, :string, null: true add_column :oauth_access_grants, :code_challenge_method, :string, null: true end end
Version data entries
25 entries across 25 versions & 1 rubygems