UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Set up FastAPI authorization cookies #125

Open GDeane opened 4 weeks ago

GDeane commented 4 weeks ago

Feature Description

Change the endpoint method parameters so that the authorization token is properly parsed according to these docs

Origin: Max's Comment

relates: blocked by:

Problem You're Trying to Solve

Get the authorization token from the cookie called authorization

Related External Resources

FastAPI docs for Cookie