You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
428 B
10 lines
428 B
// Copyright (c) Tailscale Inc & contributors
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Package oauthkey registers support for OAuth key resolution
|
|
// if it's not disabled via the ts_omit_oauthkey build tag.
|
|
// Currently (2025-09-19), tailscaled does not need OAuth key
|
|
// resolution, only the CLI and tsnet do, so this package is
|
|
// pulled out separately to avoid linking OAuth packages into
|
|
// tailscaled.
|
|
package oauthkey
|
|
|