catalyst / moodle-auth_userkey

Log in to Moodle using one time user key based login URL. Auth plugin for organising simple SSO (single sign on) between moodle and your external web application.
https://moodle.org/plugins/auth_userkey
83 stars 53 forks source link

Add user provisioning and test client code. #9

Closed andrewhancox closed 7 years ago

andrewhancox commented 7 years ago

Hi, A client had a requirement that this plugin be extended to support provisioning new users, I have implemented this and would be really pleased to see it integrated. There are unit tests to cover the new functionality. I also added a simple client that I wrote to the readme file. Thanks Andrew

brendanheywood commented 7 years ago

hi Andrew,

Travis is red, can you please fix that and then we'll take a deeper look

andrewhancox commented 7 years ago

@brendanheywood All done - I had used a core function that didn't get introduced until Moodle 31 - all looking good now.

dmitriim commented 7 years ago

Hi @andrewhancox !

Thanks for submitting this patch. Sorry for a bit delay on review. I'll have a look at it shortly.

Cheers, Dmitrii