Closed RafaelPiloto10 closed 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
/friends/get-friends
Also note: contains some irrelevant refactoring before I started working on the JWT integration. Moving BaseModels into /models to reuse some models across routes
BaseModels
@RafaelPiloto10 This can be merged
@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