Тёмный

How to Create Login using JWT Token in PHP 

Webslesson
Подписаться 97 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@msunrl8577
@msunrl8577 8 месяцев назад
Best tut ever for jwt with php
@RupeshkumarSahu-k9t
@RupeshkumarSahu-k9t 8 дней назад
how to use this token in react js
@wodzimierzpaus3337
@wodzimierzpaus3337 9 месяцев назад
Finally, a new tutorial! :)
@victorsempereguilabert9127
@victorsempereguilabert9127 8 месяцев назад
Please i need example with react and bearer autoritation please
@wodzimierzpaus3337
@wodzimierzpaus3337 9 месяцев назад
For me, a bit risky: the password should be hashed.
@royalcreations9378
@royalcreations9378 5 месяцев назад
Actually, from where i will get that $key
@webslesson
@webslesson 5 месяцев назад
you can generate key from this www.scottbrady91.com/tools/jwt website online
@david_mosquera6207
@david_mosquera6207 3 месяца назад
Can you explain that key generator page, I'm on that page and I don't know what the key would be
@InsaneGuitarist
@InsaneGuitarist 3 месяца назад
@@david_mosquera6207 Hi David, the key is something that should be secret. Usually you hide the key in an ".env" file. So the key could be "MySecretKey", and then when it hash with HS256, the user password like "password1234" will be hashed with the string MySecretKey and make a long gibberish password. The key can be generated from the website mentioned above, or you can create your own, the key can be anything, as long it is secret! So the longer autogenerated the key is, the harder the passwords will be to hack/guess :)
@HousseinAlDroubi
@HousseinAlDroubi 2 месяца назад
Hello man.
Далее
PHP Registration & Email Verification using JWT Token
29:39
Difference between cookies, session and tokens
11:53
Просмотров 644 тыс.
Implementing JWT Authentication in ASP.NET Core
23:51
What Is JWT and Why Should You Use JWT
14:53
Просмотров 1,2 млн
PHP Fibers & Asynchronous Under 11 Minutes
10:46
Просмотров 14 тыс.
Register and login a user with JWT token
39:21
Просмотров 52 тыс.
FastAPI JWT Tutorial | How to add User Authentication
20:27