SE750-Group14-GirlGang / roadtrip-planner

An application to help you and your friends plan a roadtrip!
Apache License 2.0
3 stars 2 forks source link

Implement Token Based Authentication #36

Closed Jennak21 closed 3 years ago

Jennak21 commented 3 years ago

Changes made:

Risks: See PR comment on line 38 for roadtrips.test.js

Note to reviewers: Please update .env files in both backend and frontend to include:

// .env files
REACT_APP_AUTH0_AUDIENCE=http://localhost:3001/api/

This has also been updated in https://docs.google.com/document/d/1vTRJ4zICgASs43tYQk3sYF7GSNeYUqVuc3ZNedivg0k/edit

Closes #29