Is there any way in Typesense java SDK to pass bea...
# community-help
s
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
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