OAuth uses the Authentication header, not cookies, so it's not vulnerable to CSRF attacks. Requiring extra token lookup requests from apps using OAuth is unnecessary extra complexity.
Conditions of acceptance
- SessionProvider::safeAgainstCsrf() is already set for REST APIs; the work required here is to respect that within the Action API.