مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-18 13:59:47 +00:00
feat: openid connect support (#2873)
هذا الالتزام موجود في:
10
db/migrate/20240311205229_add_oidc_fields_to_user.rb
Normal file
10
db/migrate/20240311205229_add_oidc_fields_to_user.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddOIDCFieldsToUser < ActiveRecord::Migration[7.0]
|
||||
|
||||
def change
|
||||
add_column :users, :oidc_uid, :string
|
||||
add_column :users, :oidc_issuer, :string
|
||||
end
|
||||
|
||||
end
|
||||
المرجع في مشكلة جديدة
حظر مستخدم