0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/fast-adults-dream.md
2024-09-02 16:44:45 +08:00

18 lines
798 B
Markdown

---
"@logto/connector-gitlab": major
---
add GitLab social connector leveraging OAuth2
### Major Changes
- Initial release of the GitLab connector.
This release introduces the Logto connector for GitLab, enabling social sign-in using GitLab 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 GitLab.
- **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.