I'm developing a php web application to be used for a university. It needs the users to login before using some services. The university already has a moodle system in which all students and lecturers have accounts. Is there a way I can authenticate users to my web application using those moodle account usernames and passwords? (I don't need any other services from the moodle.) Thanks!