Installation
You will install the Introspection Client on each of your resource servers.
Package Installation
On your Resource Server(s), run the following:
composer require datahivedevelopment/passport-introspection-client
This package supports auto-discovery so you do not need to register the service provider manually.
But, if you need to, in config\app.php
:
/*
* Package Service Providers...
*/
DataHiveDevelopment\PassportIntrospectionClient\IntrospectionServiceProvider::class,
Last updated
Was this helpful?