Scala Oauth2 Provider Versions Save

OAuth 2.0 server-side implementation written in Scala

1.6.0

7 months ago
  • Use latest Scala #156

1.5.0

4 years ago
  • Add support for PKCE (RFC 7636) #130

1.4.0

4 years ago
  • Use Scala 2.13.0 #129

1.3.0

7 years ago

1.2.0

7 years ago
  • Pass validated client credential to AuthorizationHandler #114

1.1.0

7 years ago
  • Avoid response where 'expiresIn' could be negative #107
  • Redirect Uri Mismatch error alignment with specification #108
  • Authorization Header Specification fixes #110

1.0.0

7 years ago
  • 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

0.18.0

7 years ago
  • let more information be stored within the AccessToken #101
  • upgrade akka version #100
  • Add akka-http-oauth2-provider sub project. #94

0.17.2

7 years ago
  • Give the AuthorizationCode GrantHandler more flow control with flatMap #90

0.17.1

7 years ago
  • Fixed Error Status code RFC alignment #87