Laravel Sanctum Google Authentication

preview_player
Показать описание
00:00 - Intro
00:21 - Diagram
01:28 - Google Project & Credentials
02:52 - Auth implementation
Рекомендации по теме
Комментарии
Автор

Druc makes the best practical tutorials, right to the point with no fuss.

jondoe
Автор

You are the channel i've always been looking for! keep up the good work <3 (please make a laravel websockets video, maybe with vue, thanks!)

jamalgaming
Автор

i must login to thank u so muh for this pratice also all your videos about sanctum .. it help me have the overview concept about authorize in laravel .. Keep it up

chuongphan
Автор

thanks for this, liked and subscribed

I was looking for this and lo, your excellent video is here on the subject. It looks astonishingly easy to make things like this work on Laravel. You explain it very well. Thank you

JonBrookes
Автор

after selecting mail, the user details getting when using stateless ( $googleUser = ) this code, but how to login by this in frontend nuxtjs? when doing without stateless ( $googleUser = getting error: Session store not set on request when selecting mail account, how to handle this?

mhdali
Автор

Hi @cdruc, thanks for this awesome vid. but how can i use this to the token based auth? cause we need token response to the frontend (nuxt)

nubaysan
Автор

This is awesome! Any chance you can create one for Microsoft Entra ID? :) Or even with application proxy? That would be really really helpful!

tamash.
Автор

Could you please create a video on adding Google auth (probably using socialite) in a Passport based auth setup 🥺

wizamit
Автор

Hi, can you pls make a tutorial about how add logoutOtherDevices similar what jetstream have, also when the password updated should keep the active session and logout others, + also when login send that session browser and version, and device name, ip, timestamp to user email, since we use laravel sanctum with breeze api for spa session based, …..
i hope you see my comment cause i dont want just let ai generate all codes without i understand what i doing, , thanks i like your tutorials even your explanations is short 😅

zakimdh
Автор

great video man, btw what theme extension are you using?

ryotakise
Автор

Thanks for these vids! Do you know of a way to disable stateful auth for Sanctum? I've got some apps with Livewire dashboards and some API endpoints that are only supposed to be used with tokens. I want to prevent logged in users from being able to access them using their sessions.

binaryfire
Автор

how do I get the values of phone numbers?

lse
Автор

Hey, great tutorial, but do you realy need this google_id column? Can you just match record using email?

pawew
Автор

Is this possible on a Laravel as API installation?

masollano
Автор

Why Nuxt last... JK 😂 Thanks for the great videos!

stursby
Автор

WTF? did as you describe but got error from google when follow "redirect" url.
Error said that
Access blocked: Authorization Error

czfjlqs
Автор

Bro what theme are you using, eye pleasant.

hudinigosh
Автор

Do i really dont need to hit the /csrf-cookie for this? im trying to implement it but im just getting 401 my stateful domains and session domain is configured properly.

vlcsyde
Автор

Isn't this what Laravel Socialite does for you?

RyanMortier