-
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,965 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
Sep 2, 2020 - TypeScript
pranavrajs
commented
Jul 15, 2020
When the users change their Facebook password, the page access token gets invalidated. To overcome this, ask the user to reauthorize the Facebook connection
Acceptance Criteria
- Run a cronjob every day to find the invalid token, mark the integration as invalid/needs-reauthorization
- If the flag is set, show a message in the frontend to reauthorize
Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅
-
Updated
Jul 12, 2020 - Python
-
Updated
Sep 2, 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
Sep 2, 2020
Right now we only set the ip and last_seen_at fields when a customer record is created. Let's update the customer update_metadata endpoint (https://github.com/papercups-io/papercups/blob/master/lib/chat_api_web/controllers/customer_controller.ex#L58) so that it also handles this.
(I think we can just default the last_seen_at field to the current timestamp for now.)
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
Sep 3, 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
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 28, 2020 - Python
A heroku plugin for awesome pg:* commands that are also great and fun and super.
-
Updated
Sep 1, 2020 - JavaScript
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
Sep 4, 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 27, 2020 - Shell
Source of the https://www.ruby-lang.org website.
-
Updated
Aug 31, 2020 - Ruby
-
Updated
Aug 2, 2020 - HTML
A feature rich discord Modmail bot
-
Updated
Sep 2, 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: