package
0.0.0-20250106230832-9a330938ded7
Repository: https://github.com/edgeflare/pgo.git
Documentation: pkg.go.dev

# Functions

GetMyAccountHandler retrieves the user information from the OIDC context and responds with the user details.
No description provided by the author
GetSimpleAuthzHandler performs an authorization check based on a requested /endpoint/{claim}/{value} path eg `GET /endpoint/editor/true` will check if the user has the claim `editor` with the value `true` The response is an `AuthzResponse` object indicating whether the user is authorized (Allowed: true) or not (Allowed: false).
HealthHandler returns the request ID as a plain text response with a 200 OK status code.

# Structs

No description provided by the author