oauth-client-service

command module
v0.0.0-...-9326ec9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2017 License: MIT Imports: 3 Imported by: 0

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": "gianni.moschini@bar.com",
    "givenName": "Gianni",
    "familyName": "Moschini"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package com_HailoOSS_service_oauthclient_provider is a generated protocol buffer package.
Package com_HailoOSS_service_oauthclient_provider is a generated protocol buffer package.
info
Package com_HailoOSS_service_oauthclient_info is a generated protocol buffer package.
Package com_HailoOSS_service_oauthclient_info is a generated protocol buffer package.
verify
Package com_HailoOSS_service_oauthclient_verify is a generated protocol buffer package.
Package com_HailoOSS_service_oauthclient_verify is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL