Bestagons / quack

An app that increases the quality of life of Emory students by adding value to the experience of getting food at dining halls on campus.
https://quack-app.github.io/
MIT License
5 stars 2 forks source link

JWT Integration #147

Closed RafaelPiloto10 closed 3 years ago

RafaelPiloto10 commented 3 years ago

@DDavid233 @brendacano ready for review. Note how in /friends/get-friends we are able to decode the payload to get access to the user email

RafaelPiloto10 commented 3 years ago

Also note: contains some irrelevant refactoring before I started working on the JWT integration. Moving BaseModels into /models to reuse some models across routes

DDVD233 commented 3 years ago

@RafaelPiloto10 This can be merged