Skip to content

2.2.1

Compare
Choose a tag to compare
@evert evert released this 10 Oct 22:09
  • Refreshing OAuth2 tokens without having a refresh_token.
    client_credentials in particular shouldn't return a refresh_token, so
    for these cases, new access tokens are acquired using a new
    client_credentials request.