All Projects → danielgynn → express-authentication

danielgynn / express-authentication

Licence: other
Simple authentication app using express, node & passport.

Programming Languages

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

Projects that are alternatives of or similar to express-authentication

ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+284.48%)
Mutual labels:  passport
laravel-api-boilerplate-passport
An API Boilerplate to create a ready-to-use REST API in seconds.
Stars: ✭ 20 (-65.52%)
Mutual labels:  passport
passport-oauth1
OAuth 1.0 authentication strategy for Passport and Node.js.
Stars: ✭ 23 (-60.34%)
Mutual labels:  passport
auth-quickstart
Authentication Quickstart with Express, Passport and Sequelize
Stars: ✭ 49 (-15.52%)
Mutual labels:  passport
discord-dashboard
Example of Discord Oauth2 - Complete with Discord Bot
Stars: ✭ 35 (-39.66%)
Mutual labels:  passport
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (-68.97%)
Mutual labels:  passport
seedpress-cms
A headless CMS built in Express for PostgresQL using Sequelize. Generally follows the Wordpress post and term schema.
Stars: ✭ 71 (+22.41%)
Mutual labels:  passport
nest-auth-example
Nest.js authentication with Passport. Realworld example
Stars: ✭ 186 (+220.69%)
Mutual labels:  passport
todos-express-password
Todo app using Express and Passport for sign in with username and password.
Stars: ✭ 739 (+1174.14%)
Mutual labels:  passport
passport-unique-token
Unique token authentication strategy for Passport
Stars: ✭ 35 (-39.66%)
Mutual labels:  passport
passport-local-knex
adding passport to a node app
Stars: ✭ 51 (-12.07%)
Mutual labels:  passport
express-mvp
Express.js project template ready to go
Stars: ✭ 21 (-63.79%)
Mutual labels:  passport
passport-qq
QQ connection authentication strategy for Passport and Node.js
Stars: ✭ 33 (-43.1%)
Mutual labels:  passport
passport-local-sequelize
passport-local-sequelize is a sequelize plugin for building username and password login with passport
Stars: ✭ 81 (+39.66%)
Mutual labels:  passport
express-4.x-twitter-example
Express 4.x app using Passport for sign in with Twitter.
Stars: ✭ 103 (+77.59%)
Mutual labels:  passport
add-my-name
No more WhatsApp spams 🎉
Stars: ✭ 16 (-72.41%)
Mutual labels:  passport
laravel-sso-passport
[DEPRECATED] A simple SSO (Single Sign On) system using the Laravel Framework with Passport API Authentication
Stars: ✭ 27 (-53.45%)
Mutual labels:  passport
IDVerification
"Very simple but works well" Computer Vision based ID verification solution provided by LibraX.
Stars: ✭ 44 (-24.14%)
Mutual labels:  passport
passport-42
Passport strategy for authenticating with 42 using the OAuth 2.0 API
Stars: ✭ 26 (-55.17%)
Mutual labels:  passport
laravel-passport-socialite
The missing social authentication plugin (i.e. SocialGrant) for laravel passport.
Stars: ✭ 50 (-13.79%)
Mutual labels:  passport

express-authentication

Simple authentication app using express, node & passport.

Authenticate locally or through Facebook, Twitter or Google.

Prerequisites

Installation

  • git clone https://github.com/danielgynn/express-authentication.git
  • cd express-authentication
  • npm install
  • You will need a Mongo instance running. In a new terminal window run mongod
  • node app

Head over to http://localhost:3000

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].