robsontenorio / laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel
MIT License
434 stars 141 forks source link

Support access token via query param #63

Closed AubreyHewes closed 2 years ago

AubreyHewes commented 2 years ago

Hi, I could not find if this issue has been discussed before.

Currently this project only supports sending the access token via authorization header (bearer token). I have a use case where we also need to support sending the access token via query param / form input.

Possibly a method like what is used in the Laravel TokenGuard would be the answer.

robsontenorio commented 2 years ago

Resolved by #77