Okay, as i understood we can't use passport for sign in or sign up in our site? Is it only for auth to another sites using our site?
@matthewj60265 жыл бұрын
I have a question. If the client is requesting a token, they why does it give the client a screen that says 'client is requesting permission to access your account'? Shouldnt it be 'api wants to access your account' because of course the client wants to access
@sekensakoyot41804 жыл бұрын
I have many project built with laravel, so Can I get a Laravel passport to make an SSO server?
@rajhalrajab89143 жыл бұрын
Hello, I have four web applications, 3 in laravel and one python but how do I create a single sign on in all applications. Any approach?.. Thanks
@free2idol14 жыл бұрын
8:30 if I click "cancel", where would I be redirected to? I've tried and it showed me Exception: Client error: `POST laravel.passport/oauth/token` resulted in a `401 Unauthorized` response: {"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"} Can you pls help?
@ngmiinq20285 жыл бұрын
Hi Sir~ i got this error when i press the get tokenat home page "Key path "file:///secret-keys/oauth\oauth-private.key" does not exist or is not readable". Do you have any ideas upon this question?
@nomention10686 жыл бұрын
if i want to send the Bearer access_token from the controller to Request header. How could i do this ??. my client token type is Personal Access Token.
@nirmalmaharjan7377 жыл бұрын
Was watiching your previous videos of laravel.great job man
@Bitfumes7 жыл бұрын
Thanks for watching bro, Keep learning and Keep supporting.
@learnnew1246 жыл бұрын
Vue js component not loading in view, done npm run watch and build was successful but no result on view.
@greghartvigsen78157 жыл бұрын
I have a client that will send a client_id and secret but not a user id. This client will be the same client for all users. how does that work?
@agrikridanto20136 жыл бұрын
I have implement laravel passport for my API authentication, and i have question , is that possible to combine laravel passport with laravel socialite, so that my user can login with social account to my app .Could you please provide tutorial on that *my API for android mobile app
@josuedr45285 жыл бұрын
Yes just download the laravel passport provider for socialite. Then i think you can customize the provider so it uses your passport project credentials
@pranjaldeb30615 жыл бұрын
{"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"} I am getting this error in the client site. how will i fixed it
@anushamullasseri76996 жыл бұрын
Can you help me, how we set the router for callback and redirect on client side if the client part is a ionic app instead another laravel project?
My question is I want to connect this passport method auth with my mobile application will u xplan by showing the database How it is storing the client? How it is storing and connecting with user ?
@narmadhas94087 жыл бұрын
Please help me
@sym-john77956 жыл бұрын
i m getting this -> can you help me cURL error 7: Failed to connect to localhost port 8000: Connection refused (see curl.haxx.se/libcurl/c/libcurl-errors.html)
@wheresmyriceat6696 жыл бұрын
Hi, good tutorials, I want to know if there is a way to get the acces token and refresh token without using a http request, as i am using this for an api setting. I want to get an access token and refresh token as soon as the user hits register is there a way to do this without using web routes?? Also i dont understand how to use client_id or client_secret, are they the user? or are they the client in which they connect too? im a bit confused on that implementation :( Thankyou!
@buchdev7 жыл бұрын
Where did you implement the callback url of client app?
@abdulaziz7336 жыл бұрын
hot to get access token from postman? full rest api process?
@Bitfumes6 жыл бұрын
I have a full series on Creating API in Laravel kzbin.info/www/bejne/oqfPn5lvfbySgNk
@ramanarajubyrraju6225 жыл бұрын
Very nice goog explanation
@Bitfumes5 жыл бұрын
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates. bitfumes.com
@narmadhas94087 жыл бұрын
Will you show the movement's happening in database
@MrFaryam7 жыл бұрын
Please can you confirm the following behavior I created a 2 user accounts on sever and created 1 client by login using 1 account and when on client project requesting for token I login using the other account (not the one with which I created client with), it still takes me to authorization page, is it working correctly or I am doing some thing wrong
@Bitfumes7 жыл бұрын
yaa its correct, on authorization page client have to authorize
@isaactetteh26206 жыл бұрын
Ankur, can u please help me create an attendance register with edit and delete functionality in laravel?
@Bitfumes6 жыл бұрын
Hmm that will be a great help.
@DarKayserLeo6 жыл бұрын
I dont want a copy paste tutorial, I want to create my own services post or get, not using simple commands like this without understand whats going on
@Bitfumes6 жыл бұрын
Sorry bro if this is not bothered you. I will try to not do any copy paste stuffs, Thanks for watching
@mephalanb307 жыл бұрын
This is another great series. Looking forward to the others being uploaded. How many episodes are you making?
@Bitfumes7 жыл бұрын
Thanks for watching bro, Keep learning and keep supporting
@alisherkalkaman3446 жыл бұрын
How can i implement this using not database, just checking if(email=='example@gmail.com' and password='asdf234')?
@MrFaryam7 жыл бұрын
how to change url of client project eg(client.dev)
@Bitfumes7 жыл бұрын
This is the website url from which client get token, like facebook provide token
@TariqSajid7 жыл бұрын
doesn't understand why and when use passport . can you tell me should i use it for android
@Bitfumes7 жыл бұрын
You will learn that in API series I will create soon.
@TariqSajid7 жыл бұрын
ok , you are awesome man
@MarcelloPato7 жыл бұрын
Hi Ankur, how are you doing? I have just coded a lot to make Tymon-JWT work on Laravel 5.5. It is cool, but your tutorial could have saved me a lot of time an brain, lol! I don't know if are aware of this library, it is very good indeed. But I'm stuck on the following step which is: now what? How do I use the data from the token and how do I know if he is authenticated? I think that a video about it would be very, very nice to make! Like: Getting the user photo, name, level of permission, i.e. So, happy holidays and best regards! Greetings from Brazil!
@Bitfumes7 жыл бұрын
Yup I know about it, I will create a series on that soon., THnaks for your request and keep learning. Keep supporting.
@MarcelloPato7 жыл бұрын
You are an amazing teacher and we can see you know a LOT! Now i am fllowing the ecommerce to see what are you doing. Waiting ansicous to this "JWT Now what" series!
@Bitfumes7 жыл бұрын
Thanks for your trust and support.
@dhonxeanbobis42105 жыл бұрын
Thanks for this Sarthak! Maybe you can create a new video about the new paypal integration that uses OAuth2 system setup too!
@sarojg74527 жыл бұрын
i like this series because it is advance. will you please make tutorial on importing excel files with lots of records and handling errors like duplicate data, missing field etc.. Thanks
@Bitfumes7 жыл бұрын
Hmm may be I will include this in any other series, please like Bitfumes on facebook to get latest updates
@DiazGunturFebrian5 жыл бұрын
Thank you, very good tutorial. How to request a token from a mobile app? on the video you are requesting the token via web
@Bitfumes5 жыл бұрын
Its same in case of mobile app, you just store the token in you app and send this token everytime you call laravel api
@DiazGunturFebrian5 жыл бұрын
@@Bitfumes thank you for your response. i have found the solution for first party mobile app using personal access token method. at 03:52 how consumer app (like example medium) know about the client ID? it must not be hardcoded right? CMIIW
@abdulhalim93126 жыл бұрын
Very helpful series. What's next?
@Bitfumes6 жыл бұрын
Try api series after it.
@abdulhalim93126 жыл бұрын
@@Bitfumes Many thanks.
@terjemah_alquran7 жыл бұрын
very nice video Sir ! i succeed to get the token, but how can i use it in my client (android) application ? thank you so much
@greghartvigsen78157 жыл бұрын
Hi Ankur, I love your videos. I am currently trying to create a Amazon Alexa website using laravel and passport. there is not much information for Alexa and laravel. if you have any interest in the Alexa. it would be a great video. thanks
@Bitfumes7 жыл бұрын
Hmm you are right, I will see and try to create some tutorials about that. Thanks for watching bro, please like Bitfumes on facebook to get latest updates.
@guruzone22887 жыл бұрын
Please make a tutorial series on RestAPI with laravel by making complete App and using some frontend framework like VUE/react
@Bitfumes7 жыл бұрын
Yes Surely from monday we will start API series
@avthreek4 жыл бұрын
My Laravel api has single client created. Using this Passport client for React app im creating and authenticating users and giving them personal tokens. I dont see how I could possibly use this knowledge of being able to create Passport clients if I only need one. Very abstract tutorial, without clear usability knowledge. Im not insulting, thats just how it is.
@AwadheshKumar-vb2us7 жыл бұрын
Nice tutorial
@Bitfumes7 жыл бұрын
Thanks for watching,
@appslanka_lk6 жыл бұрын
Finally i found the correct one ... Thank you so much
@anilthakur42897 жыл бұрын
you are the best.
@Bitfumes7 жыл бұрын
Thanks for watching bro, keep learning.
@summmmit445 жыл бұрын
Make a vedio series for laravel passport login with angular
@BoolFalse6 жыл бұрын
Thanks Man !!!
@Bitfumes6 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest updates.
@BoolFalse6 жыл бұрын
Bitfumes Webnologies It's already done ;)
@Bitfumes6 жыл бұрын
Hey thanks, actually I write to everyone. hehehe
@fikri.abdoul7 жыл бұрын
man!you rock
@Bitfumes7 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest updates.
@zahidsaeed29316 жыл бұрын
You should explain more instead of just copy-pasting
@elfigos16316 жыл бұрын
"this page is in Polish" HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA I swear I was about to die HAHAHAHAHAHA
@AmeerHamza-cy6km4 жыл бұрын
we only speak json here
@MrArmyzero7 жыл бұрын
cant understand properly because explanation is like keling