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

Passport is required for this package so it will be installed if it isn't already.

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?