- Remove email scope requirement, use username+discriminator instead by @xcrf in #63
- Show a shinny error on duplicated account by @warlof in #66
- Allow clearing Discord Connector oAuth Fields by @tehraven in #67
- Replace the API Throttler by a Guzzle Middleware which is more efficient
- Make driver compatible with connector 2.0.x
- Improve error logging
- Switch to an universal SeAT Connector layout :
warlof/seat-connector
- A data conversion is available with
php artisan seat-connector:convert:discord
. You will have to setup the connector intoConnector > Setup
- Permission
discord-connector:view
has been replaced byseat-connector:view
- Permission
discord-connector:security
has been replaced byseat-connector:security
- Permissions
discord-connector:create
anddiscord-connector:setup
- In case you're encountering issue, please open a new ticker here
- In case you have some trouble with the early 4.x generation, you can stick to previous 3.x using
composer require warlof/seat-discord-connector:^3.3
- Address an issue which was preventing to sort properly values into User Mapping table #19
- Address an issue which was preventing to search values into User Mapping table #18
- Address a security issue which was allowing everyone to get access to the plugin (server join only) #17
- Address an issue which was resulting in a kick from SeAT unbind user which should not be the case by design
- Address some UI issues and update documentation.
- This is a release candidate. Use at your risk. Please report any issues and wishes on github.