5 lines
207 B
Go
5 lines
207 B
Go
// Package authn implements the Authentik OIDC/OAuth client: PKCE,
|
|
// loopback redirect, refresh, and RFC 8693 token exchange for downstream
|
|
// service tokens. Implementation lands in Phase 1.
|
|
package authn
|