Yii3 - How to start

Comparing #54 with #55

Revision #55 was created by rackycz rackycz on Apr 25, 2026, 9:09:17 AM.

xdebug

Content

[...]
```

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
[...]