Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Log *slog.Logger
UserStorage storage.UsersStorage
KeyStorage storage.KeysStorage
TokenIssuer token.TokenIssuer
}
func (*Controller) GetJWKS ¶
func (c *Controller) GetJWKS() (*string, error)
func (*Controller) Register ¶
func (c *Controller) Register(username, password string) (*string, error)
func (*Controller) RotateKeys ¶
func (c *Controller) RotateKeys() error
Click to show internal directories.
Click to hide internal directories.