If you'd like to view the source code featured in this video, you can check it out here: github.com/aschmelyun/video-auth-laravel-passport Also I'm using a new style of recording and editing in this video where I talked while recording, instead of doing them separately like my previous videos. If you noticed a difference and did (or did not) like it compared to my previous videos, please let me know below!
@kennethramos2795 Жыл бұрын
Greate tutorial, I was able to learn the concept behind this and how to integrate laravel/passport to my api. Thank you so much for this. Hoping to find more useful tutorial from you. God bless!
@Samuel.Mwangi3 жыл бұрын
Thanks Andrew for a great video as always. As a sidenote, am loving your updated thumbnail style (Legend has it you have updated even past videos with this new style)
@aschmelyun3 жыл бұрын
Thanks, I'm glad you're liking the new style!
@rjee65112 жыл бұрын
Great help for Laravel passport package usage, Thanks.👍
@Nageswararao932 жыл бұрын
Thank you so much for the detailed explanation
@moreoverid17222 жыл бұрын
Thank you very much for this video!
@srikanthsanjeev2 жыл бұрын
Thanks for detailed explanation
@aschmelyun2 жыл бұрын
I'm glad you liked it!
@dev_jeongdaeri3 жыл бұрын
Thanks for amazing content!!!!👍
@PrakashNayak-vg3vc2 ай бұрын
Hi @andrew , It was a nice video related to Passport and Oath2. As passport is not supporting for Multi-tenant application. Is there any video for customizing the passport class and add some custom claim to the the passport access token.
@GazmendSahiti-r9n23 күн бұрын
How does this work while having a SPA? Right now I have a SPA and I want 3rd parties to use my api too, can't figure it out.
@googlemap36413 жыл бұрын
hi, I have an error with Authorizing A Client ( "hint": "Cannot decrypt the authorization code"). I searched for this error on google but it is not clear and I can't understand it. Thanks!
@devarm8 ай бұрын
Hey Andrew, what if we are using an API instead of having a client? Will it be the same flow?
@mrarmani20795 ай бұрын
THis example if the passport used in the same system. How about if they are in the different system?
@madhand14723 жыл бұрын
hi I am using passport oauth2 in lumen I got error Authorization request was not present in the session.
@delvinnj79412 жыл бұрын
Thank you, and how to get the details for the domain that is used in our API
@ajisurya28182 жыл бұрын
can make 1 token oauth api to use the other api in laravel passport?
@adics Жыл бұрын
Great Explanation.. But how can I get the refresh token without sending the client secret (I'm using PKCE)? Can anyone explain it to me?
@jtech04 Жыл бұрын
Which IDE/editor you are using? and it's settings? :) please share
@fatima-cf1bj7 ай бұрын
great channel🤩🤩
@shashikanthd32945 ай бұрын
Which dev tool did you use in this video?
@uweopfern3 жыл бұрын
Hi, Andrew thank you so much for this, I am implementing the same thing, but I got one blocker, if a user does not verify their emails, still that endpoint of authorize will be consumed regardless of user email verification, any idea on how to check email verification before issuing that code
@SEOng-gs7lj3 жыл бұрын
Must a client belong to a user? why did passport create 2 clients with user_id == null? Can those 2 clients be used?
@joalbertylosorio18952 жыл бұрын
How do i implement this with a frontend built
@amitleuva8739 Жыл бұрын
I am receiving 'Unauthenticated ' message when trying to access data using access-token
@SyofyanZuhad-q3h Жыл бұрын
is the scope on passport same with access permission for the user?
@nguyennhat82842 жыл бұрын
how can i logout, reset password...
@AnilBaniyaNep3 жыл бұрын
hi Andrew Schmelyun, thanks for the video. Whats the flow to get an authorization code for mobile application? Should the mobile app user should redirect to the browser for authentication and follow the same process as in web or there is another process for mobile application?
@jacktapanut8762 жыл бұрын
How to create your dashboard UI? Please share more your clip.
@FullMe7alJacke73 жыл бұрын
How would you go about making this work for a separated front end that's following a micro-service architecture? I have Project #1: Laravel Back End and Project #2: VueJS Front End What's the correct way to continue? A) Create a dedicated middleman route to hit externally, which hits the client creation route internally. B) Redirect To a Client Management page inside of the Backend project.
@Imagine512042 жыл бұрын
Hi, I have same scenario did you get the solution ?
@subhadipghorui22163 жыл бұрын
How to use client id and client_secret in the frontend? cause they are needed for authorization API, so somebody can see in the frontend. So how to use it securely? Please reply. I am using the Oauth2 passport library in laravel and frontend angular.
@Boris2811ust3 жыл бұрын
OAuth authors recommend to use PKCE flow in this case.
@MrMatni453 жыл бұрын
hi...im new to laravel passport...my project is multipage app...how should i handle for refresh token??do i have to check token expiry on each request??
@mohammedrizwan8123 Жыл бұрын
Phostorm
@chengchengchengchen48573 жыл бұрын
Why I got null, when I trying “dd($request->user()->clients)” that I created a Passport Client after?
@franzkafka97343 жыл бұрын
how did you fix it?
@Hann0T2 жыл бұрын
@@franzkafka9734 run the migration
@franzkafka97342 жыл бұрын
@@Hann0T thx
@accountdua93752 жыл бұрын
@@franzkafka9734 How????????
@MisterCuriusController2 жыл бұрын
can I use sanctum and passport at the same time?
@aschmelyun2 жыл бұрын
Yes, you definitely can. They both serve kind of separate purposes though. If you want to just authenticate some users to your application and be able to provide them an auth token, I'd reach for Sanctum.
@natdotk Жыл бұрын
how to connect keycloak.
@nikolicvladimir3 жыл бұрын
Who is My Client? Logged in User?
@dfordemo9812 жыл бұрын
i think i have listened your voice somewhere ?? may be in the "Windows Narrator", the exactly the same voice as you, I came to your video from the laracast series and channels
@jastan35192 жыл бұрын
is it brad? 🤣
@kornflakesss3 жыл бұрын
is anyone else getting Undefined method 'routesAreCached' ? You have any idea what that is?
@blueice13642 жыл бұрын
I'm new to laravel, and I'm also getting this error, haven't figured out any solution yet. :(
@jastan35192 жыл бұрын
change it to this /** @var CachesRoutes $app */ $app = $this->app; if (!$app->routesAreCached()) { Passport::routes(); }
@igerardogc3 жыл бұрын
Which theme are you using in phpstorm?
@aschmelyun3 жыл бұрын
I'm using the Material UI plugin, and the Atom One Dark color scheme with it.
@JenuelDevTutors2 жыл бұрын
what IDE is this?
@aschmelyun2 жыл бұрын
This is PHPStorm, with the Material Theme UI package
@tommycisternino Жыл бұрын
still valid in Laravel 10?
@nguyentrinhxuanquoc4643 Жыл бұрын
no
@SethSetiadha6 ай бұрын
Great tutorial. The keyboard sound bit annoying though
@gethermedel36202 жыл бұрын
you miss how to handle the state field
@fadihijazi85743 жыл бұрын
look at this cool tutorial !
@naungyehtet12312 жыл бұрын
Why would we need to make a crud for the OAuth client
@MAxAMILLIoN7572 жыл бұрын
I don't think you neeeeed to, but it's probably a good idea so your users can manage permissions for their authorized/connected apps, I think. Otherwise there would be no way for your users to remove permissions
@augischadiegils.51092 жыл бұрын
❤️❤️❤️❤️❤️
@aspirinemaga3 жыл бұрын
thank you sir
@oketafred3 жыл бұрын
Awesome!
@Okub2 жыл бұрын
You sound and talk exactly like Not Just Bikes... what the hell, for a second i thought he does laravel tutorials lol...
@SKRUBL0RD2 жыл бұрын
could have at least finished by saying how to return a better unauthorized result instead of a full trace
@enriqueanzey7845 Жыл бұрын
Man, too much unnecessary scenes, why do i need to watch the video if u just saying something on the page which i can read on ?