storj/satellite/oidc/doc.go
Mya 4a110b266e satellite/console: added oidc endpoints
This change adds endpoints for supporting OpenID Connect (OIDC) and
OAuth requests. This allows application developers to easily
develop apps with Storj using common mechanisms for authentication
and authorization.

Change-Id: I2a76d48bd1241367aa2d1e3309f6f65d6d6ea4dc
2022-03-16 12:01:26 +00:00

7 lines
248 B
Go

// Copyright (C) 2022 Storj Labs, Inc.
// See LICENSE for copying information.
// Package oidc provides all the elements needed to support OAuth and OpenID Connect workflows using Storj as an
// identity provider and resource server.
package oidc