- Issue created by @jcandan
- πΊπΈUnited States jcandan
I think it would be rather quick to build off of an existing 4.x implementation. Perhaps Github for simplicity.
- Status changed to Needs review
about 1 year ago 3:04am 6 September 2023 - πΊπΈUnited States jcandan
In Issue fork social_auth_discord-3385406, I've created an orphan 4.0.x branch. The work is heavily based on the Social Auth Github β project.
I was able to install this on Drupal 10 and got it working without a hitch! :)
- πΊπΈUnited States jcandan
For quick Composer driven review of the fork, add the following to your
composer.json
repositories list:"repositories": [ { "type": "vcs", "url": "git@git.drupal.org:issue/social_auth_discord-3385406.git" }, { "type": "composer", "url": "https://packages.drupal.org/8" } ],
You could then run
composer require drupal/social_auth_discord:4.0.x-dev
. - @jcandan opened merge request.
- @jcandan opened merge request.
- @jcandan opened merge request.
- @jcandan opened merge request.
- πΊπΈUnited States jcandan
When the maintainers are ready to adopt, instead of a Merge Request, after adding the new
git remote
noted in the "Show commands" link above, they should be able to simply push this new branch to theirorigin
:git push origin 4.0.x
- Status changed to Fixed
about 1 year ago 1:52am 19 October 2023 - πΊπΈUnited States jcandan
Development version 4.0.x-dev β released.
Automatically closed - issue fixed for 2 weeks with no activity.