v0.7.0
Server-to-Server with Google
You can now do Server-to-Server auth with Google. No guide yet. You can roughly follow the other Google auth guide to get an idea of what you are supposed to do.
You can now get a token without hitting a route using:
FederatedServiceRouter(callback: "") { req, _ in req.makeResponse() }.fetchToken(from: request)