05 - Token-based Authentication

preview_player
Показать описание
Token based #authentication in #laravel
Рекомендации по теме
Комментарии
Автор

Well done explained .. I wish it is documented this way in Laravel official docs because it is really confusing when u read sanctum docs ..

AbdulazizAlzaabi
Автор

This is really awesome and great start up for me to get started working with Laravel as just an API.

aymmuazu
Автор

This is great. Am looking forward to more videos on api auth like, email verification, forgot password

victoronwe
Автор

Great content, very useful thank you Mohamed بارك الله فيك

onisssay
Автор

Great video Mohammed, keep the good work

tijjaniyusuf
Автор

Thank You. It was interesting. May I have a question? If I want to use Vue with API. Is secure enough to store the received token in the localstorage? Thx.

GergelyCsermely
Автор

Can you make a video on Sanctum and connect it with a SPA ?

anbuselvanrocky
Автор

Thank you! I would like to use this sanctum token in one of my projects, but this project has its own CAS login system, I am wondering where would be the better place to store the token in text?

gzz
Автор

Great video Mohamed. Please how did you open the httpclient interface ?

emmanuelodonkor
Автор

Please add some testing using api. That's will be grt.

debjit
Автор

Good example, but how you handle wrong credentials in this?

etelbanner
Автор

i have used __invoke method (function) but insomnia shows me function does not exist so I removed the __invoke and rename it to proper name like dash() {} the it worked.
What was the reason it does not worked with __invoke??

hassanjan
Автор

please make videos about the role, permission using the default auth system. Thanks for your videos.

mahmudulhasan
Автор

A single user can generate many tokens, which I don't want. How do you cover this problem?

anbuselvanrocky
Автор

Awesome video Said. Could you please let me know if the sanctum SPA authentication is the same as the default session auth in laravel? If then, can I use the db driver while using a vue frontend in the same domain to store user sessions to be able to give the user the ability to logout of all devices?

althafnawshad
Автор

Please teach me about Laravel password. I really need it. Emouses that become outdated because the Laravel document has changed

rasoolfallah
Автор

Thanks for the video! it took me a while to land here, this 10 minutes was exactly what I needed to realises how remember_me_token works! 🙏

_Alchmst_