API in Laravel 5.5 - User authentication and Auth Middleware

preview_player
Показать описание
In this video we will go through authenticating usersto use our API in Laravel 5.5
Рекомендации по теме
Комментарии
Автор

I like how you didn't cut out the errors. Those are so important for learning stuff. Even if you are just watching! Thanks!

sebastianjung
Автор

I made it! thank you very much! this one helps a lot!

kEzOO
Автор

Maybe I am messing something, but as I remember, Route::put is for updating an entry in the db, and it should point to "/{article}" and call update method, not to "/". And vice versa, *post* should point to "/" and call store method.

sergiusvet
Автор

Thank you for these lessons.
I have some questions:
How can I add verification by email to the user.
How can i reset my password by api.

ahmedaltallaa
Автор

Hi can you make a tutorial on how to use this user authentication in Android? It would be really helpful

devendergupta_official
Автор

oath/token gives 404 what am i missng?

Iphone