mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
initial work on token revocation
This commit is contained in:
@ -49,6 +49,7 @@ func Run(inCfg *config.Config) error {
|
||||
api.AccountRegisterHandler = newRegisterHandler(cfg)
|
||||
api.AccountResetPasswordHandler = newResetPasswordHandler(cfg)
|
||||
api.AccountResetPasswordRequestHandler = newResetPasswordRequestHandler()
|
||||
api.AccountResetTokenHandler = newResetTokenHandler()
|
||||
api.AccountVerifyHandler = newVerifyHandler()
|
||||
api.AdminCreateFrontendHandler = newCreateFrontendHandler()
|
||||
api.AdminCreateIdentityHandler = newCreateIdentityHandler()
|
||||
|
Reference in New Issue
Block a user