mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
Add tab for user actions. First action is a password change
This commit is contained in:
@ -44,6 +44,7 @@ func Run(inCfg *config.Config) error {
|
||||
|
||||
api := operations.NewZrokAPI(swaggerSpec)
|
||||
api.KeyAuth = newZrokAuthenticator(cfg).authenticate
|
||||
api.AccountChangePasswordHandler = newChangePasswordHandler(cfg)
|
||||
api.AccountInviteHandler = newInviteHandler(cfg)
|
||||
api.AccountLoginHandler = account.LoginHandlerFunc(loginHandler)
|
||||
api.AccountRegisterHandler = newRegisterHandler(cfg)
|
||||
|
Reference in New Issue
Block a user