PHP + Json Web Token (JWT) Tutorial

preview_player
Показать описание
Watch me demystify JWTs (JSON Web Tokens) and guide you through seamlessly integrating them into your PHP APIs using PSR 15 middleware.

Check out THE FULL COURSE and get the code examples here:

If you're not already in the full Test Driven PHP course but want the code to follow along. This is the repo at the starting point in the video:

👇 Follow me on Social Media:

💕Show support:
Рекомендации по теме
Комментарии
Автор

As always, great content! Thanks Gary!

unknownunknown
Автор

Hi Gary, I was excited about the topic and then got disappointed when i realized too soon that it was linked into TDD and Pest. I was expecting a course JWT on its own with the test dependency. 😢

truthteachers
Автор

Thank you for this useful video. We can use JWT token to get an access to the API endpoint. Adding HTTP Header: "Authorization: Bearer <token>" will help us. But what is a correct way of storing this access token in the application? Should we store it in the Database? Or maybe we should store this token in the cache (Redis, Memached)?

niknt
Автор

Great video, thank you!! :-) Exceptional work... I gave a like & subscribed.

Anthony
Автор

Hey Gary great content. I was trying to generate a secret base64 encoding (verify signature ). Can shortly give me an idea about that . How can i generate that.

devfahim
Автор

Hello Does not https transfer data in encrypted form between client and sever
Do we still need JWT?
Can you elaborate on this please?

jmmmmmmmmmk