Quality tutorials & resources. No BS._

Page 21

Vue Router Navigation Guards with Vuex Part 36 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori January 8th, 2018

In the last two tutorials we opened up some data publicly on the API side of the application https://serversideup.net/public-private-api-laravel/ and blocked a few actions based on whether the use was authenticated or not https://serversideup.net/clean-vuejs-public-private-routes/. In this tutorial we will expand on blocking off certain features of our application on the front end side using Vue […]

Keep Reading →
Break between articles
VueJS Route Security and Authentication Part 35 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori January 4th, 2018

In our last tutorial https://serversideup.net/public-private-api-laravel/, we converted the Laravel API Backend to be accessible for both an authenticated user and an unauthenticated user. This tutorial will go through the process of securing pieces of data that we don’t want the user to to view if they are not authenticated. Before we make any crazy claims […]

Keep Reading →
Break between articles
Public and Private API with Laravel Part 34 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori December 28th, 2017

After some careful consideration, I realized that roastandbrew.coffee would be much more powerful if it was partially a public facing, partially user authenticated. Essentially what that means is a user shouldn’t have to be authenticated to view some of the data, but if they are authenticated, they can do more such as add cafes, edit […]

Keep Reading →
Break between articles
SPA Tutorial Update 4 Part 33 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori December 21st, 2017

So we are ready for another update! Lots of new features have been added and we are moving forward towards a much more powerful system and some more awesome tutorials! In these updates I include smaller features that I added to make the application more functional and user friendly, but not large enough to require […]

Keep Reading →
Break between articles Break between articles
1 19 20 21 22 23 31