Skip to content

Releases: yiisoft/user

Version 2.3.2

23 Dec 06:15
Immutable release. Only release title and notes can be modified.
2.3.2
f982e9f

Choose a tag to compare

Full changelog

Version 2.3.1

06 Mar 06:59
2.3.1
7eff238

Choose a tag to compare

  • Enh #111: Add support of yiisoft/session version ^3.0 (@vjik)

Version 2.3.0

25 Feb 07:04
2.3.0
c77a6d4

Choose a tag to compare

  • New #101: Add ApiAuth authentication method (@olegbaturin)
  • Chg #101: Rename UserAuth to WebAuth, mark UserAuth as deprecated (@olegbaturin)
  • Chg #109: Change PHP constraint in composer.json to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 (@vjik)
  • Enh #109: Improve debug message "Unable to authenticate user…" in LogginMiddleware (@vjik)
  • Bug #109: Explicitly mark nullable parameters (@vjik)

Version 2.2.0

07 May 07:31
2.2.0
821d8ae

Choose a tag to compare

  • Chg #96: Raise minimum PHP version to 8.1 (@vjik)
  • Chg #98: Change log level from warning to debug for LoginMiddleware (@viktorprogger)
  • Enh #90: Add support for psr/http-message version ^2.0 (@vjik)
  • Enh #93: Allow to use backed enumerations as permission name in CurrentUser::can() method (@vjik)

Version 2.1.0

05 Dec 17:24
2.1.0
b1ca4d3

Choose a tag to compare

  • New #86: Add optional parameter $duration to CookieLogin::addCookie() (@vjik)
  • Chg #58: Raise the minimum version of PHP to 8.0 and did refactoring using the features of it (@xepozz, @rustamwin)
  • Chg #58: Raise version of yiisoft/access to ^2.0 (@rustamwin)
  • Chg #71: Add token logging when login was failed (@xepozz)
  • Enh #83: Allow to create a session cookie via CookieLogin (@rustamwin)

Version 2.0.0

15 Feb 10:48
2.0.0
7bd5411

Choose a tag to compare

  • Chg #67: Adapt configuration group names to Yii conventions (@vjik)
  • Enh #68: Add support of yiisoft/session version ^2.0 (@vjik)

Version 1.0.1

15 Jun 09:16
1.0.1
cbdc391

Choose a tag to compare

  • Enh #55: Add support for 2.0, 3.0 versions of psr/log (rustamwin)