2017 © Pedro Peláez
 

library laravel-oauth-introspection

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

image

ipunkt/laravel-oauth-introspection

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

  • Wednesday, June 20, 2018
  • by rokde
  • Repository
  • 3 Watchers
  • 5 Stars
  • 130 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 195 % Grown

The README.md

OAuth 2.0 Token Introspection

Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

Introduction

OAuth 2.0 Introspection extends Laravel Passport to separate the authorization server and the resource server., (*2)

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., (*3)

Installation

Just install the package on your authorization server, (*4)

composer require ipunkt/laravel-oauth-introspection

and add the Service Provider in your config/app.php, (*5)

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

Official Documentation

Documentation for OAuth 2.0 Token Introspection can be found on the RFC 7662., (*6)

License

OAuth 2.0 Token Introspection is open-sourced software licensed under the MIT license, (*7)

The Versions

20/06 2018

dev-master

9999999-dev

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

  Sources   Download

MIT

The Requires

 

by Robert Kummer

laravel oauth passport introspection rfc-7662

20/06 2018

1.0.2

1.0.2.0

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

  Sources   Download

MIT

The Requires

 

by Robert Kummer

laravel oauth passport introspection rfc-7662

01/11 2017

1.0.1

1.0.1.0

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

  Sources   Download

MIT

The Requires

 

by Robert Kummer

laravel oauth passport introspection rfc-7662

02/09 2017

1.0.0

1.0.0.0

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

  Sources   Download

MIT

The Requires

 

by Robert Kummer

laravel oauth passport introspection rfc-7662

06/12 2016

0.1.1

0.1.1.0

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

  Sources   Download

MIT

The Requires

 

by Robert Kummer

laravel oauth passport introspection rfc-7662

06/12 2016

0.1.0

0.1.0.0

OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)

  Sources   Download

MIT

The Requires

 

by Robert Kummer

laravel oauth passport introspection rfc-7662