GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex
package
Version:
v2.13.0+incompatible
Opens a new window with list of versions in this module.
Published: Nov 7, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 51
Opens a new window with list of known importers.
Documentation
¶
Package bitbucketcloud provides authentication strategies using Bitbucket Cloud.
type Config struct {
ClientID string `json:"clientID"`
ClientSecret string `json:"clientSecret"`
RedirectURI string `json:"redirectURI"`
Teams []string `json:"teams"`
}
Config holds configuration options for Bitbucket logins.
Open returns a strategy for logging in through Bitbucket.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.