Categorygithub.com/hailooss/oauth-client-service
modulepackage
0.0.0-20170217111106-9326ec962778
Repository: https://github.com/hailooss/oauth-client-service.git
Documentation: pkg.go.dev

# README

Oauth Client

This projects aims to provide generic helper endpoints to verify and obtain information about third parties oauth tokens.

Endpoints available so far:

execute verify {"token": "abc", "provider": "google"}

{
    "valid": true
}
execute info {"token": "abc", "provider": "google"}

{
    "email": "[email protected]",
    "givenName": "Gianni",
    "familyName": "Moschini"
}

# Packages

Package com_HailoOSS_service_oauthclient_provider is a generated protocol buffer package.
No description provided by the author
No description provided by the author

# Constants

ServiceVersion is the version of this service It gets automatically updated by the build process.