Skip to content

v0.7.0

Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 06 Jun 21:57
· 168 commits to main since this release
9b67da8

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)