filmov
tv
PHP RESTful API with JWT authentication

Показать описание
UPDATE: this video is outdated!!!
Let's walk through generating a PHP backend from scratch!
A RESTful API with JWT implementation with the following demo-endpoints:
- register (create new API user)
- login (authenticate a user using credentials)
- restricted endpoint (demo endpoint to show capabilities of several security layers)
Didn't I see that video before?
With the updates on neoan3, this video introduces the use of transformer-models, greatly simplifying model handling with reusable models to greatly speed up development.
neoan3-cli:
composer global require neoan3/neoan3
user model:
Let's walk through generating a PHP backend from scratch!
A RESTful API with JWT implementation with the following demo-endpoints:
- register (create new API user)
- login (authenticate a user using credentials)
- restricted endpoint (demo endpoint to show capabilities of several security layers)
Didn't I see that video before?
With the updates on neoan3, this video introduces the use of transformer-models, greatly simplifying model handling with reusable models to greatly speed up development.
neoan3-cli:
composer global require neoan3/neoan3
user model: