Hello Bhai, Bahut achha video hai apka Maine ek SSO server banaya hai using laravel passport Lekin mere sare client app session based hai mai kaise SSO implement karu
@muzaffer4335 ай бұрын
Thank you sir for my recommendated video. But I have a query If I have multiple users for login then how many time to generate token for each and then copy past token in bear-token fields.
@technicalrider61965 ай бұрын
Highly recommended pls make ecommerce website with laravel
@rayles26093 ай бұрын
Bagisto is a good alternative for laravel e-commerce if you want
@iseedeadpeople1992 ай бұрын
Assalam-u-Alikum, your tutorials are nice and informative, i only have one concern. Your video features a secret key which will be given as a response if we are able to authenticate correctly right? when we will be working on front end ofcourse we will be saving this secret key onto our local storage to continue rest of the operations. So the secret key would be exposed if anyone opens dev tools and head over to the localstorage section, he or she could abuse the whole application via postman by externally hitting api's that we programmed using that bearer token that was exposed on front end, how can we tackle a situation like this?
@ajay-yadav2 ай бұрын
Instead of storing the token in localStorage, you can store it in a cookie with the HttpOnly and Secure flags
@satishksharma5 ай бұрын
Very informative video. Bro also request to you please make the video on convert html to pdf with selectable text (if use js canvas) in laravel or react or with both with background image (if possible with tailwind css). For invoice, certificate etc.
@ajay-yadav5 ай бұрын
Ok I will try
@mdsafikulislam91135 ай бұрын
Thank you so much! Please make JWT authorization tutorial.
@ajay-yadav5 ай бұрын
Noted!
@mdsafikulislam91135 ай бұрын
@@ajay-yadav Thanks
@rohan-d2e4 ай бұрын
really helpful video, thanks
@ajay-yadav4 ай бұрын
Glad it was helpful!
@satishksharma5 ай бұрын
Bro, Can we host react auth system hostinger shared hosting? Is it (client side) secure to use?
@gfxrds75 ай бұрын
Please make video on laravel Oauth 2.0 server and integration with IFTTT, or any application
@aliraza6374.5 ай бұрын
best one video😊
@ajay-yadav5 ай бұрын
thanks
@muhammadfahad48264 ай бұрын
Good video, Where is this API Guard defined?
@ajay-yadav4 ай бұрын
config/auth.php
@RoyalGirl-f4e4 ай бұрын
Make a video on this topic "laravel 11 push notification firebase "
@babar1785 ай бұрын
Sir please make a video Reverb with blade
@jasvinderkumar67254 ай бұрын
jab token refresh kar diya or new token generate ho gya to me api ko work nahi karna chahiye. This is not working perfectly
@skgamer2.0275 ай бұрын
livewire ki complete series aa rahi hai nhi
@NIKHILSCI-t3g5 ай бұрын
how to use jwt Authentication with mongodb database in laravel 11 ?
@ooogabooga511112 күн бұрын
The problem is that I'm still able to use the JWT even after logout
@WEESPlayzZz2 сағат бұрын
Add a logic to laravel auth controller , when logout it delete the token from database