* Added support for the new [permission API](https://github.com/oslokommune/okdata-permission-api).
* Retries have been re-enabled for low-level network errors (connection errors,
read errors, and redirects). The `retry` parameter now only controls the
maximum number of retries to perform on bad HTTP status codes.
* Fix refresh of Keycloak access token when refresh token is invalid, e.g.
due to inactive session because Keycloak server restarted.