remove bcrypt from registration key, use plain string comparison

This commit is contained in:
dmit.b
2026-06-25 16:53:56 +03:00
parent 8df9af86e6
commit fdb3140b8b
4 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ components:
example: "securePass123"
secret_key:
type: string
description: Plaintext registration secret key (REGISTRATION_SECRET_KEY from server .env)
description: Registration secret key (REGISTRATION_SECRET_KEY from server .env)
example: "FtracKer*1405."
LoginResponse: