All Projects → santiq → Nodejs Auth

santiq / Nodejs Auth

Implementation of node.js authentication with social login ✌️, user impersonation 💅, and no passport.js required 💁

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nodejs Auth

Supertokens Core
Open source alternative to Auth0 / Firebase Auth / AWS Cognito
Stars: ✭ 2,907 (+1346.27%)
Mutual labels:  authentication, oauth2, firebase-auth, social-login, passportjs
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (-45.27%)
Mutual labels:  firebase, oauth2, firebase-auth, social-login
Firebase Admin Python
Firebase Admin Python SDK
Stars: ✭ 591 (+194.03%)
Mutual labels:  firebase, authentication, firebase-auth
Spring Boot React Oauth2 Social Login Demo
Spring Boot React OAuth2 Social Login with Google, Facebook, and Github
Stars: ✭ 676 (+236.32%)
Mutual labels:  authentication, oauth2, social-login
React Firebase Authentication
🔥 Boilerplate Project for Authentication with Firebase in React.
Stars: ✭ 863 (+329.35%)
Mutual labels:  firebase, authentication, firebase-auth
Material Kit React
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
Stars: ✭ 3,465 (+1623.88%)
Mutual labels:  firebase, authentication, firebase-auth
Firebase Admin Java
Firebase Admin Java SDK
Stars: ✭ 345 (+71.64%)
Mutual labels:  firebase, authentication, firebase-auth
Firebase Admin Go
Firebase Admin Go SDK
Stars: ✭ 651 (+223.88%)
Mutual labels:  firebase, authentication, firebase-auth
Ionic Social Login With Firebase
IONIC - Social Login with Firebase
Stars: ✭ 58 (-71.14%)
Mutual labels:  firebase, firebase-auth, social-login
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (-55.22%)
Mutual labels:  firebase, authentication, firebase-auth
React Redux Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and Redux
Stars: ✭ 265 (+31.84%)
Mutual labels:  firebase, authentication, firebase-auth
Next Firebase Ssr
An Next.js example repo for building authenticated pages with Firebase Authentication, cookies, and getServerSideProps
Stars: ✭ 192 (-4.48%)
Mutual labels:  firebase, authentication, firebase-auth
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+1546.27%)
Mutual labels:  firebase, authentication, firebase-auth
React Gatsby Firebase Authentication
🐣🔥Starter Project / Boilerplate for Authentication with Firebase and plain React in Gatsby.js
Stars: ✭ 356 (+77.11%)
Mutual labels:  firebase, authentication, firebase-auth
Friend.ly
A social media platform with a friend recommendation engine based on personality trait extraction
Stars: ✭ 41 (-79.6%)
Mutual labels:  oauth2, social-login, passportjs
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (-44.78%)
Mutual labels:  firebase, authentication, firebase-auth
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+828.86%)
Mutual labels:  firebase, authentication, firebase-auth
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (-27.86%)
Mutual labels:  authentication, passportjs
Vuejs2 Authentication Tutorial
Stars: ✭ 144 (-28.36%)
Mutual labels:  tutorial, authentication
Expo Firebase Starter
🔥⚛️📱 Expo + Firebase Starter Kit
Stars: ✭ 199 (-1%)
Mutual labels:  firebase, authentication

Node.js Authentication

Implementation of node.js authentication with social login ✌️, user impersonation 💅, and no passport.js required 💁

This is the example repository from the blog post '🛑 You don't need passport.js - Guide to node.js authentication ✌️'

Please read the blog post in order to have a good understanding of the server architecture.

Development

We use node version 10.15.0

nvm install 10.15.0
nvm use 10.15.0

The first time, you will need to run

npm install

Then just start the server with

npm run start

It uses nodemon for livereloading :peace-fingers:

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