admin plugin ban user - unauthorized
How do I ban a user in a server side route?
Thought thats the way how you perform actions on the server side
But this just throws an error when it's being executed:
Solution:
Jump to solution
provide headers, UNAUTHORIZED status is when you dont provide any authorization in your request

1 Reply
Solution
provide headers, UNAUTHORIZED status is when you dont provide any authorization in your request
