ipunkt / laravel-oauth-introspection

OAuth 2.0 Token Introspection (RFC 7662)
MIT License
19 stars 9 forks source link

uuid as a client_id #14

Closed Cellard closed 4 years ago

Cellard commented 4 years ago

Since Laravel Passport supports UUID as a client_id the controller shouldn't intval() it.

rokde commented 4 years ago

can you make a PR? we do not work with Passport at the moment.

Cellard commented 4 years ago

I will

But at first I would like to upgrade this package to modern version of Laravel. But it is blocked by your laravel-package-manager dependency. We need to upgrade it first.

I'm afraid of touching code I don't understand. May you upgrade laravel-package-manager yourself?

rokde commented 4 years ago

laravel-package-manager was updated to meet requirements.