package
0.0.5
Repository: https://github.com/imkira/gcp-iap-auth.git
Documentation: pkg.go.dev

# Functions

Here we validate the tokens in all requests going to our server at http://127.0.0.1:12345/auth For valid tokens we return 200, otherwise 401.
Here we validate the tokens in all requests going to our server at http://127.0.0.1:12345/hello For valid tokens we say Hello, for others we say Sorry.