#1 - Laravel Passport OAuth2 Server Implementation

#1 - Laravel Passport OAuth2 Server Implementation

QiroLab

3 года назад

45,480 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Dominik S
Dominik S - 23.04.2023 15:44

stop making fake-english tutorials, please learn english or make it in hindu

Ответить
gaurav amoli
gaurav amoli - 07.04.2023 18:56

How to setup laravel passport with multi auth guards ..

Ответить
MohdHaikalRozhan
MohdHaikalRozhan - 28.02.2023 04:11

Hi there, please make this video on 2023 version. This video is very helpful but kind of outdated.

Ответить
Cube Dev
Cube Dev - 27.02.2023 02:30

Amazing, can u make this series using laravel 10?

Ответить
Israel Ruiz
Israel Ruiz - 17.12.2022 03:14

show very good!

Ответить
oscar benito
oscar benito - 31.10.2022 21:10

me sale este error....
Call to a member function token() on null que debo hacer?

Ответить
Aji surya
Aji surya - 28.09.2022 10:58

how to make 1 token oauth laravel passport for the other oauth api

Ответить
Gether Medel
Gether Medel - 22.09.2022 22:26

you might want to update this as Laravel Passport v11, they added another field which is state.

Ответить
ALFREDO BENITO
ALFREDO BENITO - 21.09.2022 22:33

no me aparece el access_token ni el refresh_token......me aparece ^ null Como lo soluciono?

Ответить
Shahzaib Mobile
Shahzaib Mobile - 24.06.2022 10:50

Great great video for those who are understanding OAuth 2.0 first time.

Ответить
Shahzaib Mobile
Shahzaib Mobile - 15.06.2022 00:06

Thank you so much bro.

Ответить
James Carlo Luchavez
James Carlo Luchavez - 26.05.2022 17:06

Can you create an `Authorization Code Grant with PKCE` version for this one? This video has been very educational. Thanks a lot! :D

Ответить
gautam singh
gautam singh - 15.02.2022 20:52

crazy gk trick

Ответить
Jamiul Bari
Jamiul Bari - 10.02.2022 16:34

$request->user()->token()->delete()

gives error.

since $request->user() is null

and why if I click "Authorize from server" it will ask for server user login? Should it not be directly Authorization request page (server.test/oauth/authorize)

Ответить
Azeem Hassan
Azeem Hassan - 31.01.2022 20:42

its outdated now, because in laravel 8 passport-components is not available

Ответить
Bhola Kr Khawas
Bhola Kr Khawas - 11.12.2021 12:35

Thanks

Ответить
ChinyONE
ChinyONE - 09.12.2021 16:37

Hey, why do u save the token in the database? Shouldn´t the client get the token as response and send it with every request to the api? Why storing the access token extra in the db? cheers

Ответить
Madhan D
Madhan D - 24.11.2021 14:00

I have error Session store not set on request in lumen.
on oauth\authorize

after enable session in lumen I got
Authorization request was not present in the session.

Ответить
Akshay Gadekar
Akshay Gadekar - 24.09.2021 11:28

This passport implementation is static, how to make it dynamic? Every user will have his own client id right

Ответить
Muhammad Tareen
Muhammad Tareen - 23.09.2021 01:42

What if we don't have access to the server? How would you go about authenticating a user from a server on which we don't have access to?

Ответить
Ярослав Влас
Ярослав Влас - 11.09.2021 18:16

Aaaaaaaaaaaaa What language do you speak?

Ответить
Muh Rahmat
Muh Rahmat - 04.08.2021 16:00

what extension VS Code you used?

Ответить
Juan Leal
Juan Leal - 16.06.2021 01:38

where do you get that $ request-> user () -> token () ... if that $ request-> user doesn't exist

Ответить
Francisco
Francisco - 07.06.2021 13:49

why you create the OAuth table if the passport gives you some tables?

Ответить
Subhadip Ghorui
Subhadip Ghorui - 23.05.2021 23:37

Can you make another video if I want to have A Main Oauth server and A client laravel app. I want to use the user credential on server to logged in user on client app.

Ответить
Szymon jol
Szymon jol - 30.04.2021 17:14

Great video

Ответить
Trần Nam
Trần Nam - 16.04.2021 14:22

how to use beautiful command like you

Ответить
Nidhi Agarwal
Nidhi Agarwal - 26.03.2021 10:18

How can do it in laravel 8 using laravel passport

Ответить
Nidhi Agarwal
Nidhi Agarwal - 26.03.2021 09:07

Hello php artisan vendor:publish --tag=passport-component
Is not available in my laravel 8 passport

Ответить
Ali Reza
Ali Reza - 23.03.2021 16:06

this is some kind to build an SSO server for another third-party library app that is can use APIs provided by your OAuth2 server application.
Great.

Ответить
Jashan Preet
Jashan Preet - 06.03.2021 15:26

Ohhh what's great tutorial laravel is best

Ответить
Rameshwar Carpenter
Rameshwar Carpenter - 24.02.2021 09:48

I've "Call to a member function tokens() on null" issue

Ответить
rajhal rajab
rajhal rajab - 23.02.2021 17:50

Hello, am a beginner with laravel passport, and am using laravel 6 for both applications but when I autherize from server and the server is off, the server just logs in without autherization

Ответить
Achmad Abid An Najib
Achmad Abid An Najib - 31.01.2021 16:26

can you do like this.. but using Lumen as Server framework?

Ответить
Abhishek Mishra
Abhishek Mishra - 09.01.2021 11:07

Wonderful tutorial and code stuff on github. I struggled 3 hours trying/looking for implementation myself.

Ответить
Andika Saputra
Andika Saputra - 26.12.2020 16:50

What db client you use?

Ответить
Heran Ghalley
Heran Ghalley - 18.12.2020 07:45

hello sir, what about in laravel 8 does it have a frontend just like vue components.

Ответить
Ricardo Ribeiro Dev
Ricardo Ribeiro Dev - 05.12.2020 01:38

There is something that I don't understand: Why does the client need to be logged in on the client-side? Like, you can register an account on Spotify by using Googe or Facebook.

Ответить
Sayantani Chatterjee
Sayantani Chatterjee - 24.09.2020 09:32

Sir this is an awesome video. Can u please tell me why are there separate applications for client and server. Is it possible to do this in a single laravel app?

Ответить
Jakub Monikowski
Jakub Monikowski - 02.09.2020 00:22

Dude, more please ! .. find it as useful as laracasts

Ответить
Juan David Camargo
Juan David Camargo - 01.09.2020 07:28

Lo mejor que he podido encontrar

Ответить
Pratik Pawar
Pratik Pawar - 17.08.2020 19:44

how do you have that 'import class' functionality in visual studio code?

Ответить
Saten Web Media
Saten Web Media - 15.08.2020 11:56

Thank you sir, please make one real api consuming application based on OAuth in Laravel

Ответить
Salman Afridi
Salman Afridi - 14.07.2020 10:40

I am confuse. What if there are two users then how I set their client ids dynamically instead of hardcode in controller

Ответить