frp/vendor/google.golang.org/appengine/internal
Guy Lewin 6c6607ae68
feat: add multiple authentication methods, token and oidc.
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
2020-03-01 10:57:01 +08:00
..
base feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
datastore feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
log feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
remote_api feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
urlfetch feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
api_classic.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
api_common.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
api.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
app_id.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
identity_classic.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
identity_flex.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
identity_vm.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
identity.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
internal.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
main_common.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
main_vm.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
main.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
metadata.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
net.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
regen.sh feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
transaction.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00