appwrite/app/controllers/shared/api
Claude 7aff75ae1c
refactor: convert User::isApp() and User::isPrivileged() from static to instance methods
All call sites now use $user->isApp() and $user->isPrivileged() instance
syntax instead of static User::isApp() / $user::isPrivileged() calls.
Added setUser() to Request class for consistency with Response.

https://claude.ai/code/session_01JLPDurUgyj7qViA8JqQFTH
2026-03-26 02:47:56 +00:00
..
auth.php refactor: convert User::isApp() and User::isPrivileged() from static to instance methods 2026-03-26 02:47:56 +00:00