swissup / module-oauth2-client
Magento 2 module to provide OAuth 2.0 supports
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4|^8.0|^8.1|^8.2|^8.3
- league/oauth2-google: ^4.0
- magento/framework: ^102.0|^103.0
- swissup/module-core: ^1.12.20
This package is auto-updated.
Last update: 2024-11-03 13:37:15 UTC
README
Magento 2 module to provide OAuth 2.0 support. The module's main purpose was to reuse the same code and credentials in other modules.
Installation
For maintainers
cd <magento_root> composer config repositories.swissup composer https://docs.swissuplabs.com/packages/ composer require swissup/module-oauth2-client:dev-master --prefer-source --ignore-platform-reqs --update-no-dev bin/magento module:enable Swissup_OAuth2Client Swissup_Core bin/magento setup:upgrade bin/magento setup:di:compile
Docs
- original issue
- Beginning September 30, 2024: third-party apps that use only a password to access Google Accounts and Google Sync will no longer be supported
- thephpleague/oauth2-google
- Providers
- Official Provider Clients
- Add support for Microsoft POP3 XOAUTH2
- Project Credentials
- https://support.google.com/cloud/answer/10311615#zippy=%2Ctesting
- Set Up Email Importing with OAuth2 and Google
- 'Token has been expired or revoked'
- Gmail IMAP OAuth2 returns error code 400