Documentation
¶
Overview ¶
Package backchannel provides backchannel functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(router *gin.Engine, deps *handlerdeps.Deps) error
Setup registers backchannel API endpoints with explicit dependencies. Authentication uses Basic Auth and/or OIDC Bearer tokens (client_credentials flow). The legacy HS256 JWT mechanism (/api/v1/jwt/token, /api/v1/jwt/refresh) has been removed in favor of the standard OIDC /oidc/token endpoint.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.