mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
25 lines
917 B
Markdown
25 lines
917 B
Markdown
# @logto/connector-patreon
|
|
|
|
## 1.0.0
|
|
|
|
### Major Changes
|
|
|
|
- aba089285: add Patreon social connector
|
|
|
|
### Major Changes
|
|
|
|
- Initial release of the Patreon connector.
|
|
|
|
This release introduces the Logto connector for Patreon, enabling social sign-in using Patreon accounts. It supports OAuth 2.0 authentication flow, fetching user information, and handling errors gracefully.
|
|
|
|
### Features
|
|
|
|
- **OAuth 2.0 Authentication**: Support for OAuth 2.0 authentication flow with Patreon.
|
|
- **User Information Retrieval**: Fetches user details such as full name, email, profile URL, and avatar.
|
|
- **Error Handling**: Graceful handling of OAuth errors, including token exchange failures and user-denied permissions.
|
|
- **Configurable Scope**: Allows customization of OAuth scopes to access different levels of user information.
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [27d2c91d2]
|
|
- @logto/connector-oauth@1.5.0
|