aboutsummaryrefslogtreecommitdiffstats
path: root/routes/auth.py
Commit message (Collapse)AuthorAgeFilesLines
* Finally fix CORSFulgen3012019-07-261-3/+3
|
* Subclass HTTPReponse in order to ensure the presence of CORS headersFulgen3012018-10-161-3/+3
|
* auth: Fix registration processFulgen3012018-09-161-0/+1
|
* auth: Use request_data(), fix wrong status codeFulgen3012018-09-161-4/+3
|
* Use sqlalchemy as backend, implement JWT authentication, add uploading, ↵Fulgen3012018-09-161-2/+8
| | | | commenting and voting
* Rewrite database system with sqlalchemy, add /api/auth, add ↵Fulgen3012018-08-261-2/+16
| | | | /api/uploads/<id>comments
* Initial commitFulgen3012018-08-221-0/+19