CSGY-9223-Group3 / lab1

MIT License
0 stars 0 forks source link

Require bearer tokens for "note" calls #2

Closed zahradtj closed 3 weeks ago

zahradtj commented 3 weeks ago

GET/PUT/POST/DELETE calls to /note/<id> need to require a bearer token

esamnyu commented 3 weeks ago

This feature has been implemented. All GET/PUT/POST/DELETE calls to /note/<id> now require a bearer token for authentication. Here's a summary of the changes:

The implementation can be found in the latest commit 97bb4b0e5bebdd604a0e951710c3eda723afcb96.

Please review and let me know if any further changes are needed.