Breaking Changes
- Fix inconsistent naming of types related to RFC 7662 Token Introspection (fdab640/#123). This renames the following:
IntrospectRequesttoIntrospectionRequest*TokenInspectionResponseto*TokenIntrospectionResponseIntrospectUrltoIntrospectionUrlintrospect_urltointrospection_url.
New Features
-
Add support for OAuth 2.0 Token Revocation (RFC 7009) (#122).
Special thanks to @ximon18 for contributing this feature.
-
Add ureq http_client (#119)
Other Changes
- Support wasm32 targets (#120)