Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove code obsoleted by Credentials table #1594

Closed
analogrelay opened this issue Sep 18, 2013 · 1 comment
Closed

Remove code obsoleted by Credentials table #1594

analogrelay opened this issue Sep 18, 2013 · 1 comment
Assignees

Comments

@analogrelay
Copy link
Contributor

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.

@analogrelay
Copy link
Contributor Author

Will do this as part of #253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant