Difference between #54 and #55 of
Yii3 - How to start

Revision #55 has been created by rackycz 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
[...]
2 0
5 followers
Viewed: 69 474 times
Version: 3.0
Category: Tutorials
Tags:
Written by: rackycz rackycz
Last updated by: rackycz rackycz
Created on: Oct 8, 2025
Last updated: 8 hours ago
Update Article

Revisions

View all history