oxide-auth-async 0.2.1

Combines oxide-auth with async and futures
Documentation
1
2
3
4
5
6
7
8
9
10
# v0.1.1 (2023-Sep-23)

Feature release:
- Adds `client_credentials` module, implemented following the `oxide-auth` base implementation.
- Adds the `ClientCredentialFlow` for asynchronous endpoint implementations.
- Implements the asynchronous traits for `oxide_auth`'s basic endpoint wrapper types:
  `AddonList`, `Extended` from `oxide_auth::frontends::simple`.

Maintenance changes:
- Bumps `oxide_auth` required version to `0.5.4`.