polyvariant / sttp-oauth2

OAuth2 client library implemented in Scala using sttp
https://sttp-oauth2.polyvariant.org
Apache License 2.0
73 stars 22 forks source link

Treat empty scope in token response as None instead of failing #488

Closed majk-p closed 3 months ago

majk-p commented 3 months ago

Resolves https://github.com/polyvariant/sttp-oauth2/issues/486

We might need to wait for https://github.com/polyvariant/sttp-oauth2/pull/487 with merging, as we did some build fixes there