Commit Graph

15 Commits

Author SHA1 Message Date
Aidan Kim
1c310612e4 Pull changes from main and test authorization 2024-11-19 13:31:58 -05:00
Aidan Kim
5312e0d64a Store JWT in a HTTP only cookie and add methods/endpoints for refresh tokens 2024-11-19 10:23:15 -05:00
Benjamin Lin
61dcfde469 Minor changes for API documentation page 2024-11-13 23:04:09 -05:00
Benjamin Lin
8960386cf6 Functional bearer token authentication system 2024-11-13 22:55:18 -05:00
Benjamin Lin
b04a37f1df CSXL authentication.py for compass 2024-11-12 19:32:53 -05:00
Aidan Kim
7d705ac743
API Routes for Resources and Services (#40)
* Implemented API routes for getting all, creating, updating, and deleting resources, services, and tags.

* Updated main.py for API routes to include tags and rolled entities back.

* Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id.

* Defaults created_at to current time

* Write markdown file for HTTP requests using curl

---------

Co-authored-by: pmoharana-cmd <pmoharana032474@gmail.com>
2024-11-05 19:12:03 -05:00
Benjamin Lin
6e3c24f265 Bearer token creation 2024-10-29 16:34:57 -04:00
Benjamin Lin
c7f3112ade bearer tokens 2024-10-20 18:31:46 -04:00
Aidan Kim
a563ca2bfa Updated main.py for API routes to include tags and rolled entities back. 2024-10-15 19:49:47 -04:00
Aidan Kim
4c3d49004a Implemented API routes for getting all, creating, updating, and deleting resources, services, and tags. 2024-10-14 18:30:35 -04:00
pmoharana-cmd
ba15bf7519 Implement resource api methods 2024-04-24 20:18:09 -04:00
pmoharana-cmd
3fc8f0e149 Implement service api method 2024-04-24 19:57:44 -04:00
pmoharana-cmd
f0fabead01 Add loading animations and authentication handling 2024-04-24 17:24:54 -04:00
pmoharana-cmd
edbb1565e8 Save current change currents 2024-04-23 21:06:12 -04:00
pmoharana-cmd
c71d5d4026 Intialize API with basic user methods 2024-04-23 21:04:48 -04:00