Join Slack
Powered by
Is there any way in Typesense java SDK to pass bea...
# community-help
s
salbin antony
09/04/2024, 6:07 AM
Is there any way in Typesense java SDK to pass bearer token as header . We have a custom url which redirect via API GATEWAY . and this requires jwt token.
f
Fanis Tharropoulos
09/04/2024, 6:56 AM
The headers sent to the Typesense server are set to be just the API key on the Java client
https://github.com/typesense/typesense-java/blob/master/src%2Fmain%2Fjava%2Forg%2Ftypesense%2Fapi%2FApiCall.java#L165
✅ 1
Open in Slack
Previous
Next