robsontenorio/laravel-keycloak-guard

Support access token via query param

AubreyHewes opened this issue · 1 comments

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.

Resolved by #77