7 lines
248 B
Go
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
|