I'm implementing a an API where I'll only need the client_credential grant type. I've got it basically working, except I don't have laravel Auth setup, as I don't need it – I'm basically just using the client_id and client_secret to scope the request to the correct company in the system.
Am I mistaken that Auth needs to be up and running, or is there a way to make it optional?