-
Updated
Jul 29, 2020 - JavaScript
heroku
Here are 6,817 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Go
-
Updated
Jul 22, 2020 - HTML
-
Updated
Aug 22, 2020 - TypeScript
Dark Mode
Is your enhancement request related to a problem? Please describe.
No
Describe the solution you'd like
A dark mode theme for the staff interface.
Describe alternatives you've considered
Can use alternative hacks but these often break notifications on some platforms.
Additional context
This would help with late night working whereas most OSs support dark mode for applic
Is your feature request related to a problem?
I want to be able to disable the sharing link for extra security
Describe the solution you'd like
A toggle to disable the sharing link in the sharing modal
Describe alternatives you've considered
Additional context
Thank you for your feature request – we love each and every one!
-
Updated
Jul 12, 2020 - Python
-
Updated
Jun 11, 2020 - Shell
-
Updated
Mar 26, 2020 - Swift
For now let's just show it, we don't want to make it editable until we have a better email verification flow.
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 10, 2020 - Python
Migration to bcrypt
Context
- This is part of
release-1.5#148 - MEDIUM priority task
Tasks
- Remove dependency
bcrypt-nodejsinpackage.json - Add dependency
bcryptinpackage.json - Migrate file app/data/user-dao.js to bcrypt
- Validate the instalation with the local test
- Add and submit the chang
Upgrade dependencies
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Aug 20, 2020 - Python
-
Updated
Feb 24, 2019
-
Updated
Jul 30, 2020 - Python
-
Updated
Oct 8, 2018 - TypeScript
-
Updated
Jul 23, 2020 - Python
-
Updated
Jan 22, 2018 - Python
-
Updated
Aug 19, 2020 - Shell
-
Updated
Aug 23, 2020 - Ruby
-
Updated
Aug 2, 2020 - HTML
-
Updated
Aug 9, 2020 - Python
-
Updated
Aug 14, 2020 - JavaScript
Improve this page
Add a description, image, and links to the heroku topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the heroku topic, visit your repo's landing page and select "manage topics."

It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like: