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

chore(api): Deprecate old password encryption. #1242

Closed
elliotcourant opened this issue Nov 29, 2022 · 0 comments · Fixed by #1260 or #1248
Closed

chore(api): Deprecate old password encryption. #1242

elliotcourant opened this issue Nov 29, 2022 · 0 comments · Fixed by #1260 or #1248
Labels
api Related to or caused by the backend Go REST API. authentication Anything to do with the authentication process or middleware. Can include integration authentication deprecation Removing a feature or piece of code that is no longer being maintained or is outdated. enhancement New feature or request

Comments

@elliotcourant
Copy link
Member

Everything is now using bcrypt and everyone in the staging and production environment is no longer using the old encryption. It should now be safe to drop the old column and remove the backwards compatibility code.

@elliotcourant elliotcourant added enhancement New feature or request authentication Anything to do with the authentication process or middleware. Can include integration authentication api Related to or caused by the backend Go REST API. deprecation Removing a feature or piece of code that is no longer being maintained or is outdated. labels Nov 29, 2022
elliotcourant added a commit that referenced this issue Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to or caused by the backend Go REST API. authentication Anything to do with the authentication process or middleware. Can include integration authentication deprecation Removing a feature or piece of code that is no longer being maintained or is outdated. enhancement New feature or request
Projects
None yet
1 participant