-
Updated
Jul 29, 2020 - JavaScript
#
Heroku
Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.
Here are 6,832 public repositories matching this topic...
react
redux
javascript
heroku
bootstrap
flow
tutorial
webpack
yarn
react-router
eslint
stack
jest
socket-io
nodemon
pm2
server-side-rendering
jss
immutablejs
sinon
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
nodejs
heroku
api
graphql
golang
http
aws
lambda
microservices
aws-lambda
microservice
deployment
serverless
api-gateway
static
up
deploy-tool
aws-infrastructure
-
Updated
Jun 16, 2020 - Go
Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
-
Updated
Jul 22, 2020 - HTML
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
nodejs
python
heroku
docker
nginx
php
aws
digitalocean
node
deployment
azure
containers
webserver
docker-swarm
paas
node-js
nginx-docker
captainduckduck
caprover
-
Updated
Aug 22, 2020 - TypeScript
Open
Dark Mode
2
iammattmartin
commented
Jul 14, 2020
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
timgl
commented
Aug 18, 2020
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!
Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅
-
Updated
Jul 12, 2020 - Python
-
Updated
Jun 11, 2020 - Shell
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
heroku
slack
swift
xcode
coroutines
concurrency
fibers
buildpack
server-side-swift
swiftpm
synchronous-apis
non-blocking
swiftenv
zewo
green-threads
-
Updated
Mar 26, 2020 - Swift
reichert621
commented
Aug 17, 2020
For now let's just show it, we don't want to make it editable until we have a better email verification flow.
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
heroku
docker
vuejs
webpack
spring-boot
vue
frontend
backend
jest
rest-api
vuejs2
vue-cli
axios
nightwatch
rest-backend
vue-frontend
vue-cli-3
vue-cli-plugin
-
Updated
Aug 24, 2020 - JavaScript
python
heroku
api
json-api
rest-api
python3
pip
webapp
pipenv
deaths
fastapi
ncov
coronavirus
coronavirus-real-time
recoveries
coronavirus-tracker
covid-19
covid19
-
Updated
Aug 10, 2020 - Python
Open
Migration to bcrypt
5
UlisesGascon
commented
Aug 6, 2019
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
Open
Upgrade dependencies
1
A heroku plugin for awesome pg:* commands that are also great and fun and super.
-
Updated
Aug 10, 2020 - JavaScript
Self-hosted, ad-free, privacy-respecting Google metasearch engine
python
heroku
search
docker
search-engine
flask
privacy
mobile
noscript
cross-platform
containers
python3
webapp
adblock
metasearch
metasearch-engine
no-javascript
remove-ads
easy-deploy
degoogle
-
Updated
Aug 20, 2020 - Python
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
python
heroku
windows
macos
linux
setup
raspberry-pi
django
linode
django-framework
digital-ocean
entrepreneurs
regular-expressions
guides
raspberry-pi-django
webfaction
-
Updated
Feb 24, 2019
Flask + Vue JS Template
-
Updated
Jul 30, 2020 - Python
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
redux
kotlin
heroku
docker
elasticsearch
demo
typescript
webpack
yarn
spring-boot
rest-api
aot-compilation
postgresql
starter-template
entities
angular4
noun
slice
union
jhipster
expert
immutable-datastructures
sense
ngrx-store
ngrx-effects
-
Updated
Oct 8, 2018 - TypeScript
A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
-
Updated
Jul 23, 2020 - Python
-
Updated
Jan 22, 2018 - Python
The official Heroku buildpack for Python apps.
-
Updated
Aug 24, 2020 - Shell
Source of the https://www.ruby-lang.org website.
-
Updated
Aug 23, 2020 - Ruby
-
Updated
Aug 2, 2020 - HTML
A feature rich discord Modmail bot
-
Updated
Aug 9, 2020 - Python
Download your daily free Packt Publishing eBook https://www.packtpub.com/packt/offers/free-learning
-
Updated
Oct 21, 2019 - Python
- Organization
- heroku
- Website
- www.heroku.com
- Wikipedia
- Wikipedia

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: