-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header error regarding JWT implementation #33
Comments
Can you paste the headers that you are sending to the server? |
I have same warning, coming from akka http dispatcher: With
in response.
produces already mentioned warning from dispatcher, |
Accept:application/json, text/plain, / |
@NicholasMolenaar doesn't JWT require the
|
I have the same issue. |
@milanvdmria which version, are you on latest? |
I have similar problem... any suggestions ... by the way , I am not using akka-http-session lib at the client side. It is not produced at the local but at the server after deployment |
First off, Thank you so much for your project (time and effort!).
On this moment I'm experiencing some errors regarding the JWT header (name/value) combination.
The error throw =
Illegal request header: Illegal 'authorization' header: Invalid input '=', expected auth-param, OWS, token68, 'EOI' or tchar
Using the directive
optionalSession(oneOff, usingHeaders)
This directive always returns an Option[T] containing a None
The text was updated successfully, but these errors were encountered: