https://teronbullock.com/links/
This refactor improves robustness & scalability by shifting trust away from client controlled data & enforcing authorization at the API layer.
This refactor improves robustness & scalability by shifting trust away from client controlled data & enforcing authorization at the API layer.
On the backend, I changed all controller functions to verify auth via the token. Users can now only interact w/ their own data.
On the backend, I changed all controller functions to verify auth via the token. Users can now only interact w/ their own data.