โ˜… How to handle front-end authorization using Laravel, Inertia and TypeScript

1 ยท Freek Van der Herten ยท July 1, 2019, 10:21 a.m.
Recently Jeffrey Way published a video titled "Frontend Authorization Brainstorming" on Laracasts. In that video, he shows three ways of passing authorization results to the front-end. Currently I'm working on a big project that uses Inertia, React and TypeScript. In this blog post, I won't cover those things in detail, but I'd like to show you have we, using those technologies, pass authorization (and routes) to the front-end. Using policies # In the app I'm working on the are teams and projec...