Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 493 Bytes

File metadata and controls

18 lines (10 loc) · 493 Bytes

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/