Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anshalll/fullstack-authentication-app
- Owner: Anshalll
- License: mit
- Created: 2024-07-07T12:23:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T06:13:23.000Z (2 months ago)
- Last Synced: 2024-11-09T07:19:53.599Z (2 months ago)
- Topics: authentication-backend, authentication-middleware, authentication-service, express, expressjs, google, hcaptcha, javascript, mongodb, mongoose, nodejs, passport, passportjs, reactjs, redux, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Full stack authentication app
###
Full stack authentication app built using node.js and react.js
###
Frontendπ»
###
###
Backend π»
###
###
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 =###
###