next auth header response
Unanswered
King Charles Spaniel posted this in #help-forum
King Charles SpanielOP
I'm using auth check on server side API calls and on client side to check for certain session info to provide a user access based on a role they get assigned. Is there any way to either hide the response in the network tab or encode the responses to prevent users from potentially being able to locally edit and modify their role to get different access they didn't get assigned to? like i was testing on my own and learned i can change my role by doing a local override on the role im assigned and thats not something i want happening.