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

Improve user #17

Closed rustamwin closed 3 years ago

rustamwin commented 3 years ago
Q A
Is bugfix? ✔️/❌
New feature? ✔️/❌
Breaks BC? ✔️/❌
Fixed issues comma-separated list of tickets # fixed by the PR, if any
vjik commented 3 years ago

Maybe remove setters for authTimeout/absoluteAuthTimeout, move him to constructor and set via app configuration?

rustamwin commented 3 years ago

Maybe remove setters for authTimeout/absoluteAuthTimeout, move him to constructor and set via app configuration?

They are optional so it doesn't make sense to move to constructor.

vjik commented 3 years ago

Maybe remove setters for authTimeout/absoluteAuthTimeout, move him to constructor and set via app configuration?

They are optional so it doesn't make sense to move to constructor.

In constructor with default values