Skip to content

A sign-up and sign-in app featuring a backend API with user registration, authentication, and protected content access, alongside a React frontend for user registration, login, and displaying authenticated content.

Notifications You must be signed in to change notification settings

jyy009/project-auth

 
 

Repository files navigation

Project Auth API

Developed a backend API and frontend registration & sign-in form.

API uses mongoose to include endpoints for user registration & sign-in, authenticated endpoint accessible only to logged-in users, storing and removing access tokens.

The problem

We had issues storing the access token, but figured it out by parsing the token to JSON.

View it live

Backend:

https://project-auth-kh49.onrender.com/

Frontend:

https://heroic-beignet-77e068.netlify.app/

About

A sign-up and sign-in app featuring a backend API with user registration, authentication, and protected content access, alongside a React frontend for user registration, login, and displaying authenticated content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • CSS 10.4%
  • HTML 2.4%
  • Procfile 0.2%