Subscribe to PHP Freaks RSS

murze.be: ★ How to handle front-end authorization using Laravel, Inertia and TypeScript

syndicated from www.phpdeveloper.org on July 1, 2019

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 t...