Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OAuth 2.0 Token Introspection (RFC 7662)

License

NotificationsYou must be signed in to change notification settings

ipunkt/laravel-oauth-introspection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total DownloadsLatest Stable VersionLatest Unstable VersionLicense

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 yourconfig/app.php

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

Official Documentation

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

License

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


[8]ページ先頭

©2009-2025 Movatter.jp