Support access token via query param
AubreyHewes opened this issue · 1 comments
AubreyHewes commented
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
Resolved by #77