Laravel is, of course, just a programming framework. Although, I am aware it comes with some built in authentication support.
OAuth is - let's be honest - horrible. I wouldn't get involved in that if I could avoid it.
It depends how much security you need and if you are willing to build a Moodle plugin. In the past, I have done this sort of thing by adding code at either end that does a simple token handshake. That gets it done.
OAuth is - let's be honest - horrible. I wouldn't get involved in that if I could avoid it.
It depends how much security you need and if you are willing to build a Moodle plugin. In the past, I have done this sort of thing by adding code at either end that does a simple token handshake. That gets it done.