upleveled / next-js-example-fall-2023-atvie

https://next-js-example-fall-2023-vienna-austria.fly.dev/
2 stars 2 forks source link

Make dashboard database queries secure #29

Closed Eprince-hub closed 9 months ago

Eprince-hub commented 9 months ago

This PR makes all the database queries that are being used on the Animal dashboard and the remaining ones on the Note workflow secure by adding session token authentication to the query itself. This allows us to show the students a good practice of ensuring that the database queries are always secured and can be performed only by an allowed user

TODOs

Testing plans