aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/auth.ts (follow)
Commit message (Collapse)AuthorAgeLines
* Adds Basic Auth FunctionalityGravatar Hassan Abouelela2021-02-13-0/+208
Moves all authorization functionality to a new file, and adds a helper to send discord OAuth code to the backend, and set JWT. Adds a library to read and set cookies. Signed-off-by: Hassan Abouelela <[email protected]>