yiisoft / user

Convenient user identity management and access checking.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Split user #24

Closed vjik closed 3 years ago

vjik commented 3 years ago
Q A
Is bugfix?
New feature?
Breaks BC? ✔️
Fixed issues #19

Adopt PRs:

Package PR
yiisoft/app-api https://github.com/yiisoft/app-api/pull/45
yiisoft/yii-demo https://github.com/yiisoft/yii-demo/pull/244
yiisoft/demo-api https://github.com/yiisoft/demo-api/pull/6
samdark commented 3 years ago

Decided on a call that we need to eliminate storage interface and use session only. If session is null, do not write ID.

samdark commented 3 years ago

👍