* Allow DRF to use `SessionAuthentication`
* This comes with a significant caveat. The "TL;DR" is that using `{withCredentials: true}` / `{credentials: 'include'}` on Ajax requests in an SPA should not be done, and it will fail in misleading ways.
* Use `IsAuthenticatedOrReadOnly` as DRF's default permission class