The v1 of this concept can be referenced in the old and not updated README
The v1.1 enhancements added by Georg Pfuetzenreuter implements support for additional SSO integration to our KeyCloak setup. It also works-in SSL support.
This webform available here is purely demonstrative and does not successfully POST user data
This is a basic still WIP overhaul framework for registering an account on an ircd using a webform that is referenced above.
- It relies on the draft IRCv3 spec draft/account-registration
- It utilizes the flask framework and
WEBIRCto relay remote host ip address. - Can be tweaked to allow registration attempts from exit-nodes and other unsavory hosts allowing them to securely work with the
require-saslconstraint if needed.
This will work with python3.6 and above.
It is recommended to work within a virtual environment.
mkdir ircwebreg && cd ircwebreg- Clone this repository.
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txt
Todo! Refer to the issues and the Milestones and Projects for more
Only works with setups not requiring verification at this moment as stated in #4