You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obsolete them as Error to find the instances of them. Replace them with calls to AuthenticateCredential and ReplaceCredential (+CredentialBuilder.CreateV1ApiKey) instead.
NOTE: Only do this if the database has been cleaned of all non-credential-based API Keys.
UserService.AuthenticatePassword
Stop looking at HashedPassword column. Again, verify database is clean of old passwords using worker job.
User
Remove HashedPassword and PasswordHashAlgorithm columns.
The text was updated successfully, but these errors were encountered:
UserService.FindByApiKey/GenerateApiKey
Obsolete them as Error to find the instances of them. Replace them with calls to AuthenticateCredential and ReplaceCredential (+CredentialBuilder.CreateV1ApiKey) instead.
NOTE: Only do this if the database has been cleaned of all non-credential-based API Keys.
UserService.AuthenticatePassword
Stop looking at HashedPassword column. Again, verify database is clean of old passwords using worker job.
User
Remove HashedPassword and PasswordHashAlgorithm columns.
The text was updated successfully, but these errors were encountered: