All Projects β†’ mjhea0 β†’ passport-local-knex

mjhea0 / passport-local-knex

Licence: MIT license
adding passport to a node app

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to passport-local-knex

seedpress-cms
A headless CMS built in Express for PostgresQL using Sequelize. Generally follows the Wordpress post and term schema.
Stars: ✭ 71 (+39.22%)
Mutual labels:  passport, passport-local
teanjs
πŸ”₯ TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) 😺
Stars: ✭ 62 (+21.57%)
Mutual labels:  passport, passport-local
vue-nuxt-passport-bulma-express-boiler
A Vue+Vuex starter with Nuxt scaffolding, Bulma styling, and Express backend.
Stars: ✭ 21 (-58.82%)
Mutual labels:  passport, passport-local
Passport
Passport module for Nest framework (node.js) πŸ”‘
Stars: ✭ 211 (+313.73%)
Mutual labels:  passport
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+5811.76%)
Mutual labels:  passport
TradeByte
πŸ’Έ TradeByte - Stocks Trading Simulation WebApp
Stars: ✭ 30 (-41.18%)
Mutual labels:  passport
passport-activedirectory
Active Directory strategy for passport.js
Stars: ✭ 28 (-45.1%)
Mutual labels:  passport
Login With
Stateless login-with microservice for OAuth
Stars: ✭ 2,301 (+4411.76%)
Mutual labels:  passport
react-redux-passport-uikit-express-boiler
A React+Redux boilerplate using Express as backend, UIKit for frontend, MongoDB for storage & Passport for auth.
Stars: ✭ 59 (+15.69%)
Mutual labels:  passport
hyouka
Um bot open-source com dashboard incluΓ­da
Stars: ✭ 12 (-76.47%)
Mutual labels:  passport
todos-express-openidconnect
Todo app using Express, Passport, and SQLite for sign in via OpenID Connect.
Stars: ✭ 14 (-72.55%)
Mutual labels:  passport
DeepIPR
This is the code repo of our NeurIPS2019 work that proposes novel passport-based DNN ownership verification schemes, i.e. we embed passport layer into various deep learning architectures (e.g. AlexNet, ResNet) for Intellectual Property Right (IPR) protection.
Stars: ✭ 63 (+23.53%)
Mutual labels:  passport
core
UBIC: The crypto currency providing UBI for the masses using the E-Passport
Stars: ✭ 37 (-27.45%)
Mutual labels:  passport
mern-boilerplate
A Full MERN Stack Boilerplate for Web Apps including a local authentication system. Uses React, Express.js, MongoDB, Redux, Passport.js, Webpack, Testing, and more.
Stars: ✭ 211 (+313.73%)
Mutual labels:  passport
Mern Passport
A boilerplate example of using passport.js for authenticating a MERN application
Stars: ✭ 214 (+319.61%)
Mutual labels:  passport
add-my-name
No more WhatsApp spams πŸŽ‰
Stars: ✭ 16 (-68.63%)
Mutual labels:  passport
Go Guardian
Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.
Stars: ✭ 204 (+300%)
Mutual labels:  passport
passport-local-sequelize
passport-local-sequelize is a sequelize plugin for building username and password login with passport
Stars: ✭ 81 (+58.82%)
Mutual labels:  passport
auth-quickstart
Authentication Quickstart with Express, Passport and Sequelize
Stars: ✭ 49 (-3.92%)
Mutual labels:  passport
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+337.25%)
Mutual labels:  passport

Node, Passport, and Postgres

Build Status

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Install dependencies - npm install
  3. Add a .env file
  4. Create two local Postgres databases - passport_local_knex and passport_local_knex_test
  5. Migrate - knex migrate:latest --env development
  6. Seed - knex seed:run --env development
  7. Run the development server - gulp
  8. Test - npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].