Skip to content

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

License

Notifications You must be signed in to change notification settings

Anshalll/Fullstack-Authentication-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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 =

Releases

No releases published

Packages

No packages published