17 July 2019
Laravel Passport doesn't support having multiple user providers. By using custom claims in JWT we can pretty easily add support for that.
1 February 2019
State management in Vue can be done using just an object as a store, but when you're building a bigger application Vuex is a more mature solution. Using normalized data will make it a lot easier. I'll try and give you a sense of how to get started.
21 January 2019
Blogging is something I really wanted to do for a long while, but never really got to it. What better way to start blogging by showing how I put this simple blog together.