Revision #55 has been created by
rackycz on Apr 25, 2026, 9:09:17 AM with the memo:
xdebug
« previous (#54) next (#56) »
Changes
Title
unchanged
Yii3 - How to start
Category
unchanged
Tutorials
Yii version
unchanged
3.0
Tags
unchanged
Content
changed
[...]
```
Next we also need an algorithm that will enforce these tokens in each request, will validate and refresh them and will restrict access only to endpoints that the user can use. This is a bigger topic for later. It may be covered by the package https://github.com/yiisoft/auth/ which offers "HTTP bearer authentication".
## Debugging in xDebug (xdebug.ini)
It was a little tricky, but it is simple. Make sure your file `docker/dev/.env` contains following. (tested on MacOs + Docker Desktop):
```
XDEBUG_MODE=develop,debug,coverage[...]