rustauth-oauth 0.3.0

OAuth support for RustAuth.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## [0.2.0] - 2026-06-14

Initial public working release.

### Added

- `OAuth2Client` with authorization-code, refresh, client-credentials, and device flows.
- PKCE, guarded outbound HTTP (blocks private/loopback IPs by default), and JWT/JWKS verification helpers.
- `ClientSecret` and flow builder APIs for social and generic OAuth integrations.

[0.2.0]: https://github.com/salasebas/rustauth/releases/tag/v0.2.0