You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Invalidation of access tokens (if supported by the provider)
49
49
- Several built-in provider implementations ([see below](#implemented-providers))
50
-
- Provider instances act as [PSR-18](https://www.php-fig.org/psr/psr-18/) HTTP client, wrapping the given PSR-18 HTTP instance
51
-
- Requests to the provider API will have required OAuth headers and tokens added automatically
50
+
- Provider instances act as [PSR-18](https://www.php-fig.org/psr/psr-18/) HTTP client, wrapping the given PSR-18 HTTP instance
51
+
- Requests to the provider API will have required OAuth headers and tokens added automatically
52
52
- Optional token encryption via [`sodium_crypto_secretbox()`](https://www.php.net/manual/en/function.sodium-crypto-secretbox) for the internal storage engines
53
53
- A unified user data object `AuthenticatedUser` via the `OAuthInterface::me()` method
0 commit comments