daledavies / moodle-tool_registrationrules

GNU General Public License v3.0
2 stars 1 forks source link

create external function for instance management #50

Open phager-at opened 1 month ago

phager-at commented 1 month ago

We should create external function for instance management so we'd be able to use them instead of GET requests from links containing the sesskey visible in the URL…

Basic external functions:

Furthermore we could also add some advanced external functions:

Second benefit of having those external functions: we could use them to also make our configuration manageable via API, so systems could automatically configure certain IP(-ranges) to be blocked if they discover an attack not covered by current configuration.