Because the module evolved so slowly, this issue has evolved with it over major releases.
My current plan for a 4.x rewrite follows. This is just my personal plan, it has no timeline, and I have no idea if the bigger things will happen. There is no sponsor.
Theme: keeping the same functionality while adding automated tests, becoming more logically structured (and therefore easier to work on), and helping other external authentication modules achieve success faster.
1) things that will happen
π Get rid of deprecated code (breaking D8 compatibility) Fixed are relatively small changes that must happen before Drupal 10 - so will trigger a 4.x release before D10 is stable. (Outdated / untrue: the 8.x-3.x now supports Drupal >=9.2 and D10 since 8.x-3.6. This -raising the minimum supported Drupal version in a minor release- is fine, and module major version changes actually should not be tied to Drupal major version changes.)
2) things that will likely happen before 4.x is released
π Refactor SamlService::getAttributes() to a value object. Active (issue is a bit windy, may be split up)
#3211531: Remove Forwarded-For-*/proxy config settings β (easy)
#3211530: Move login/logout error handling to event subscriber β
π Reimplement response caching on login/logout routes Active (not super urgent)
3) things that I'm interested in but take more work than I can commit to
Work on externalauth.
In 2023 I wrote up a plan for doing the whole second point, in π± Datahandler plugins, (optionally) mappable from login providers Active . This likely makes #3179148 obsolete. (I don't have buy-in from others yet though, so until I work on it / someone comments on it, both issues are open.) This means one of two things will likely happen, if anything:
Doing the first point is not ideal, but might happen if anyone 1) cares enough about un-spaghettifying this module's code / stopping to use hook_user_presave, 2) does not care that much about theoretical future externalauth compatibility; 3) agrees that the second point is just way too much work (even if it's better for other externalauth-using modules).
After this, we can pick up part 2 of π Write tests Active - or whatever part of that is still needed.
NOTE: Extensions of functionality can still be done in 3.x branch:
π± NameID support Fixed
#3208564: Option to only sync fields on account creation/linking vs every login β
Part 1 + 3 of π Write tests Active
---
Original issue text:
Release roadmap?
Hi,
Are there specific features or bugs that need to be completed before this module can be released (vs. an alpha release)?
Thanks!
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.