Skip to content

Releases: nulab/scala-oauth2-provider

Separated DataHandler

27 Oct 05:10
Compare
Choose a tag to compare

DataHandler was separated into AuthorizationHandler and ProtectedResourceHandler.
User doesn't need to change an interface existing because DataHandler extends them.

Optional client_id and client_secret

18 Oct 16:12
Compare
Choose a tag to compare
  • Client credentials should be optional for password grant type #33
  • clientSecret should be Option #36

AuthInfo covariant

22 Sep 06:13
Compare
Choose a tag to compare
  • #29 Make AuthInfo[+U] covariant

Future DataHandler

30 Aug 06:11
Compare
Choose a tag to compare
  • Changed the interface of DataHandler to return Future since this version
  • Improved error messages
  • Improved validation for checking HTTP header

Future DataHandler

30 Aug 06:08
Compare
Choose a tag to compare

Changed interface of DataHandler to return Future since this version.

Support only Playframework 2.2

13 Aug 05:27
Compare
Choose a tag to compare

Playframework 2.3 is supported on version 0.8.x

Support Playframework 2.3 both Scala 2.10 and 2.11

31 Jul 03:01
Compare
Choose a tag to compare

0.7.2

11 Jul 16:16
Compare
Choose a tag to compare
  • Add additional cache control headers per RFC 6749 Section 5.1 #14