Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anshalll/fullstack-authentication-app

Full stack authentication app built using nodejs and reactjs , also include google authentication and hcaptcha.
https://github.com/anshalll/fullstack-authentication-app

authentication-backend authentication-middleware authentication-service express expressjs google hcaptcha javascript mongodb mongoose nodejs passport passportjs reactjs redux tailwindcss

Last synced: about 2 months ago
JSON representation

Full stack authentication app built using nodejs and reactjs , also include google authentication and hcaptcha.

Awesome Lists containing this project

README

        

Full stack authentication app

###

Full stack authentication app built using node.js and react.js

###

FrontendπŸ’»

###


react logo

redux logo

tailwindcss logo

javascript logo

###

Backend πŸ’»

###


nodejs logo

express logo

mongodb logo

google logo

###

Features πŸš€

###

Google authentication

###

Redux

###

Passportjs

###

Reacptcha

###

How to use

###

Add environment variables

###

Client

###

REACT_APP_RECAPTCHA_SITE_KEY=
REACT_APP_GOOGLE_ID=
REACT_APP_BASEURL = http://localhost:3000

###

Server

###

GOOGLE_ID =
GOOGLE_SECRET =
PORT =
DB_NAME =
MONGO_URI =
JWT = *Jwt secret*
SENDERS_EMAIL_PASS_KEY =
SENDERS_EMAIL=
SITE_NAME= *Sitename to be used while sending email*
ORIGIN = http://localhost:3000
RECAPTCHA_SECRET=
RECAPTCHA_SITE_KEY=
COOKIE_SECRET =

###



###