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

Fix: #60 User sporadically not logged in, after autocreate #61

Closed amenk closed 2 years ago

amenk commented 4 years ago

We do not call require_logout, in cases where the user is logged in anyways afterwards. Additionally, in case of an error also we do not destroy the existing session

dmitriim commented 2 years ago

This patch requires more work. See https://github.com/catalyst/moodle-auth_userkey/issues/60#issuecomment-719052658

Closing this one off. Please feel free to resubmit when ready.