passport
Here are 1,563 public repositories matching this topic...
Open source web app. Built with React, Material-UI, Next, Express, Mongoose, MongoDB.
-
Updated
Oct 21, 2020 - JavaScript
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Oct 20, 2020 - JavaScript
Passport-Local Mongoose is a Mongoose plugin that simplifies building username and password login with Passport
-
Updated
Jul 17, 2020 - JavaScript
OpenID Certified™ Relying Party (OpenID Connect/OAuth 2.0 Client) implementation for Node.js.
-
Updated
Oct 21, 2020 - JavaScript
Passport middleware for Koa
-
Updated
Oct 17, 2020 - JavaScript
laravel5.5和vue.js结合的前后端分离项目模板,后端使用了laravel的LTS版本(5.5),前端使用了流行的vue-element-template项目。作为程序的起点,可以直接以此为基础来进行业务扩展。模板内容包括基础的用户管理和权限管理、日志管理、集成第三方登录,整合laravel-echo-server 实现了websocket 做到了消息的实时推送,并在此基础上,实现了聊天室和客服功能。权限管理包括后端Token认证和前端vue.js的动态权限,解决了前后端完整分离的情况下,vue.js的认证与权限相关的痛点,已在本人的多个项目中集成使用。
-
Updated
Sep 10, 2020 - PHP
Laravel 7 and React 16.13 boilerplate
-
Updated
Sep 8, 2020 - TSQL
meanTorrent - MEAN.JS BitTorrent Private Tracker - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, CloudFlare support. Demo at:
-
Updated
Oct 1, 2020 - JavaScript
Node.js package for HTTP basic and digest access authentication.
-
Updated
Oct 4, 2020 - JavaScript
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
-
Updated
Aug 13, 2020 - TypeScript
Everything you need to add AI-driven ID scanning into your native iOS app.
-
Updated
Sep 30, 2020 - Objective-C
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
-
Updated
Apr 30, 2020 - TypeScript
A boilerplate example of using passport.js for authenticating a MERN application
-
Updated
Aug 20, 2020 - JavaScript
Koa 2 server with Passport + Mongoose + GraphQL
-
Updated
Mar 7, 2018 - JavaScript
Passport module for Nest framework (node.js)
-
Updated
Oct 21, 2020 - TypeScript
Improve this page
Add a description, image, and links to the passport topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the passport 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: