Skip to content

Releases: nulab/scala-oauth2-provider

Support Scala 3

16 Oct 02:00
Compare
Choose a tag to compare
  • Use latest Scala #156

Support for PKCE (RFC 7636)

09 Aug 09:45
Compare
Choose a tag to compare
  • Add support for PKCE (RFC 7636) #130

Support Scala 2.13

09 Aug 09:32
Compare
Choose a tag to compare
  • Use Scala 2.13.0 #129

Support Scala 2.12

28 Jan 08:44
Compare
Choose a tag to compare
1.3.0

1.3.0

v1.2.0

20 Jan 18:28
Compare
Choose a tag to compare
  • Pass validated client credential to AuthorizationHandler #114

v1.1.0

18 Jan 15:51
Compare
Choose a tag to compare
  • Avoid response where 'expiresIn' could be negative #107
  • Redirect Uri Mismatch error alignment with specification #108
  • Authorization Header Specification fixes #110

v1.0.0

11 Sep 16:33
Compare
Choose a tag to compare
  • Use build.sbt #106
  • update dependencies #105
  • remove commons-codec from dependency #104
  • Removed deprecated class/package #103
  • split OAuth2Provider to protected resource and issue token for play2-oauth2-provider #102

Support optional parameter in response on issuing access token

15 Aug 15:51
Compare
Choose a tag to compare
  • let more information be stored within the AccessToken #101
  • upgrade akka version #100
  • Add akka-http-oauth2-provider sub project. #94

Give the AuthorizationCode GrantHandler more flow control with flatMap

26 May 02:17
Compare
Choose a tag to compare
  • Give the AuthorizationCode GrantHandler more flow control with flatMap #90

Fixed Error Status code RFC alignment

24 May 14:30
Compare
Choose a tag to compare
  • Fixed Error Status code RFC alignment #87