Laravel vue: Laravel Passport Scope Based Auth Setting our Vuex or Store [Part 8]

preview_player
Показать описание
In this tutorial we are working mostly with vuex store, we will have to store the user basic profile data which can be access from anywhere we will need, also this will make our further flow easy to move on.

If you have any queries please keep posted in comments and we will be with you soon :)
and also Subscribe and Share our YouTube Chennal:)

#laravel #vuex #vuejs
Follow Softgear Social Media

Рекомендации по теме
Комментарии
Автор

One of the best tutorials on Laravel + Vue out there. Hope you continue doing this because it is very helpfull

panix
Автор

a wonderful tutorials, thank you so mutch, I'm from algeria, be continued and I hope you continue this kind of tutorial.

dalisidahmed
Автор

a wonderful tutorials, thank you so much.. i aslo hope you update new video soon <3

studyandentertainment
Автор

Great sir easy to understand very help full tutorial Mey Allah gives you a lot of success and long life Happy Birthday sir Alamgir khan

saqibfarooq
Автор

Thank you for this wonderful playlist of tutorials. Easy to understand and the directory structure is easy to maintain. This helps me alot because im new in laravel and VUE. Looking forward for the tutorial on how to apply roles and permission in every components.

angeloflores
Автор

i aslo hope you update new video soon because it is very awesome and helpfull. thank you very much

moonnight
Автор

Hey there,

When can we expect to see the next video for the series? Also, what do you plan on doing next? May I suggest some of the following?

• Finish the forgot your password feature (perhaps using mailtrap for testing purposes)
• Have a profile page where you can edit details about the account. Also, include a user profile image.
• Some sort of content type where users can create something like “Tasks” and display only the Tasks that belong to the logged-in user created by them. Maybe even have the ability to mark a task as completed or not.
• Expend a bit further the token scope of administrator and user and provide some sort of permissions for each scope

These are just some suggestions that I believe would cover various interesting functionalities. I would love to hear about what your plans are. Other than that I found your tutorials very enjoyable so far. It seems that you really know what you are doing. One more suggestion I have is to perhaps speak a bit more loudly. That would make the videos even better.
Have a nice day. I hope you are doing well and staying healthy given the situation we are going through with the virus.

panix
Автор

Very good videos, your github repository please

alvaritomerchan
Автор

Thank you for these tutorials, they are great. Let me ask you, do you just save this code (specifically related to the Authentication System) and reuse it when building new applications? Also, do you have a tutorial on Search, perhaps with Laravel Scout or something else?

ryansacks
Автор

I see that you used a free Bootstrap Admin template for the Admin Dashboard, instead of a Bootstrap-Vue Admin theme. Can I do the same or will I run into problems later on?

ryansacks
Автор

why when i refresh the page the $store.dispatch note storing my data. when i refresh the page the value on {{ $store.state.profile.name }} removed :(

ellijoshuarey
Автор

The scopes are not working correctly, they only work in Postman! I created two scopes of my own candidate and employer. When I test in Postman, a user with a scope of "candidate" cannot view a route with scope "employer "and vice versa which is great, I get the 403 forbidden invalid scopes. But when I login with a user with a scope of candidate and I go to a route for an employer, I am able to see the page. Do you know why this is?

ryansacks