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.
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.