ipunkt/laravel-oauth-introspection

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)
731 20
Install
composer require ipunkt/laravel-oauth-introspection
Latest Version:2.0.1
PHP:>=7.0
License:MIT
Last Updated:Jul 8, 2022
Links: GitHub  ·  Packagist
Maintainer: rokde

OAuth 2.0 Token Introspection

Total Downloads Latest Stable Version Latest Unstable Version License

Introduction

OAuth 2.0 Introspection extends Laravel Passport to separate the authorization server and the resource server.

To verify an access token at the resource server the client sends it as bearer token to the resource server and the resource server makes an introspection server-to-server call to verify data and signature of the given token.

Installation

Just install the package on your authorization server

composer require ipunkt/laravel-oauth-introspection

and add the Service Provider in your config/app.php

\Ipunkt\Laravel\OAuthIntrospection\Providers\OAuthIntrospectionServiceProvider::class,

Official Documentation

Documentation for OAuth 2.0 Token Introspection can be found on the RFC 7662.

License

OAuth 2.0 Token Introspection is open-sourced software licensed under the MIT license

Related Packages

mirkco/laravel-passport-facebook-login

Facebook Token Request Grant for Laravel Passport

498 8
adaojunior/passport-social-grant

Social grant for Laravel Passport

287,503 116
laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

93,536,825 3,411
moeen-basra/laravel-passport-mongodb

Laravel Passport provides OAuth2 server support to Laravel.

830 2
mikemclin/passport-custom-request-grant

Custom Request Grant for Laravel Passport

3,687 34