authzed / authzed-java

Official SpiceDB client library for JVM languages
https://docs.authzed.com/reference/api
Apache License 2.0
19 stars 7 forks source link

Add utility function for Bearer Token authentication #10

Closed jzelinskie closed 3 years ago

jzelinskie commented 3 years ago

Every initialized Java client will require setting up a Bearer Token with an API Token. This is a bunch of boilerplate that we take care of in other languages, so we should also do so for Java.

jzelinskie commented 3 years ago

This was fixed in #9