oauthid

package
v0.0.0-...-51f9457 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package oauthid implements OAuth client ID whitelist check.

Index

Constants

View Source
const GoogleAPIExplorerClientID = "292824132082.apps.googleusercontent.com"

Well-known OAuth client_id of https://apis-explorer.appspot.com/.

Variables

This section is empty.

Functions

This section is empty.

Types

type Whitelist

type Whitelist struct {
	stringset.Set
}

Whitelist is OAuth client ID whitelist.

func NewWhitelist

func NewWhitelist(primaryID string, additionalIDs []string) Whitelist

NewWhitelist creates new populated client ID whitelist.

func (Whitelist) IsAllowedOAuthClientID

func (wl Whitelist) IsAllowedOAuthClientID(email, clientID string) bool

IsAllowedOAuthClientID returns true if the given OAuth2 client ID can be used to authorize access from the given email.

Jump to

Keyboard shortcuts

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