oxide-auth-actix 0.2.1

A OAuth2 server library for actix featuring a set of configurable and pluggable backends.
Documentation
1
2
3
4
5
6
7
8
9
10
## 0.2.1

- Added support for the `ClientCredentials` flow.
- Now compatible to `actix = "0.13"`.
- Reduced feature dependencies from `chrono`.

## 0.2.0

- Now compatible to `actix-web = "4"`.
- No functional changes.