Skip to content

Releases: t2v/play2-auth

release0.14.1

27 Aug 05:10
Compare
Choose a tag to compare

security issues

  • Fixed vulnerable of timing attack. thanks @xuwei-k

release0.13.5

27 Aug 05:09
Compare
Choose a tag to compare

security issues

  • Fixed vulnerable of timing attack. thanks @xuwei-k

release0.13.3

27 Aug 05:08
Compare
Choose a tag to compare

bugfixs are

  • broken test API #144

release0.11.1

27 Aug 05:10
Compare
Choose a tag to compare

security issues

  • Fixed vulnerable of timing attack. thanks @xuwei-k

relese0.14.0

05 Jul 07:42
Compare
Choose a tag to compare

features are

  • Play2.4.x Support
    • fixed token table thanks @catap
  • Social Support thanks @tototoshi

bugfixs are

  • authentication fail with Custom TokenAccessor thanks @mikesname

release0.13.2

22 Mar 12:34
Compare
Choose a tag to compare

features are

  • Divided LoginLogout trait to Login and Logout (thanks @tototoshi)

release0.13.1

15 Mar 01:31
Compare
Choose a tag to compare

features are

  • Add a new token handle mechanism as TokenAccessor (thanks @Otann)
    • User can define a custom handler, for example using X-Authentication header instead of cookie.
  • Add user and authority parameters into authorizationFaild. (thanks @samco)

release0.13.0

04 Feb 17:38
Compare
Choose a tag to compare

features are

  • AsyncIdContainer
  • Bug fix of cookie max age
  • ActionFunctions