bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

Introspection #964

Closed bdegoy closed 3 years ago

bdegoy commented 5 years ago

Hi,

Trying to give an answer to : https://github.com/bshaffer/oauth2-server-php/issues/606

This is a "minimal and compatible implementation", see the presentation here : https://oa.dnc.global/web/-Json-Web-Token-JWT-40-.html?lang=en#moreaboutintrospection

You will find there a test application : https://github.com/bdegoy/oauth2-server-php-introspection-test

I hope a few will test and comment! Regards, Bertrand Degoy

bdegoy commented 5 years ago

At second thought, it appears that I did not take into account the fact that the IP could be an IPv6.

bdegoy commented 3 years ago

This pull request has not been sufficiently worked on. Still working on.