remove bcrypt from registration key, use plain string comparison
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user