auth/service: generate accounts client side if JWT credentials present (#1823)

This commit is contained in:
ben-toogood
2020-07-13 10:20:31 +01:00
committed by GitHub
parent 040577fb74
commit 7355455020
2 changed files with 73 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ func Verify(a auth.Auth) error {
if err != nil {
return err
}
logger.Debugf("Auth [%v] Self-generated an auth account", a.String())
logger.Debugf("Auth [%v] Generated an auth account", a.String())
accID = acc.ID
accSecret = acc.Secret