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

Sessions and Cookies inside CurrentUser #74

Open xepozz opened 1 year ago

xepozz commented 1 year ago

CurrentUser should not depend on session/cookies or something runtime-dependent

samdark commented 1 year ago

Where should it store its data then?

xepozz commented 1 year ago

LoginMiddleware / CookieLoginMiddleware or any others