-
Updated
Oct 28, 2020
demo
Here are 7,994 public repositories matching this topic...
-
Updated
Nov 24, 2020 - Java
-
Updated
Dec 3, 2020 - TypeScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Sep 10, 2020 - Ruby
-
Updated
Nov 10, 2020 - Objective-C
-
Updated
Apr 1, 2020 - Swift
-
Updated
Oct 1, 2020 - Java
-
Updated
Dec 9, 2020 - Python
-
Updated
Dec 1, 2020 - Kotlin
-
Updated
Feb 6, 2020 - Java
We use bootswatch 3.* and Bootstrap 3.*.
We could upgrade bootswatch to 4., which in turns requires upgrading Bootstrap to 4.. After the upgrade, the current theme (flatly) and the current styles must remain the same.
Any volunteer to help us with this? Thanks!
-
Updated
Oct 10, 2018 - JavaScript
-
Updated
Jan 30, 2019 - Java
-
Updated
Apr 20, 2020
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Aug 19, 2020 - PHP

-
Updated
Jul 28, 2020 - PHP
Hi all.
I want to submit an issue.
When carousel is opened on a mobile, on android/chrome for example, vertical swiping on mobile screen causes carousel slide to be changed: swiped to next or prev.
-
Updated
Jul 28, 2019 - JavaScript
-
Updated
Jul 12, 2020 - Python
Improve this page
Add a description, image, and links to the demo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the demo 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: