use stronger api token

This commit is contained in:
DocuSeal
2023-11-01 15:17:58 +02:00
parent d474ad05e5
commit ee77cb0982
+1 -1
View File
@@ -21,7 +21,7 @@
# fk_rails_... (user_id => users.id)
#
class AccessToken < ApplicationRecord
TOKEN_LENGTH = 22
TOKEN_LENGTH = 43
belongs_to :user