@nigeldorning For OAuth, client credentials grant would be suitable if the third-party has a system that needs to integrate with your API, and there’s no “person” in the middle.
Choosing the right API solution
Hi, hope all is well.
Currently planning a project at work and it seems like we're going to need to create an API. I've experience consuming them but never made one before and the authentication/authorization is confusing me.
So the project is going to require a handful of sites to feed into the Laravel application, so it seems to me that we don't want to issue API keys for users but just for these handful of sites. I'm just lost as to how to generate the keys for the sites and what type of authentication method to use.
I believe I'll need the client credentials grant but I'm not sure and a little lost on how to set it up. Or would Sanctum be an easier solution?
Thanks a lot.
Please or to participate in this conversation.