Authorization Checking for editing data?
I was wondering if there's a general best practice to do something like this very simply in T3:
Let's say you have a user profile page. You want anybody to be able to see that page, but only TAHT specific user can edit the page if they're logged in.
What would be the most hassle free way to implement this?
2 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Yeah that's what I've got half-implemented for now. But as I was doing it I wasn't sure if it was the best approach