diff --git a/cmd/microauth2sqld/main.go b/cmd/microauth2sqld/main.go index b77f4c7..326e2a9 100644 --- a/cmd/microauth2sqld/main.go +++ b/cmd/microauth2sqld/main.go @@ -268,7 +268,7 @@ func main() { ), endpointroles.NewRule( endpointroles.Endpoint(authpb.AuthService.Refresh), - endpointroles.RolesAllow(auth2.RolesUsersAndAdmin), + endpointroles.RolesAllow(auth2.RolesAllAndAnon), ), endpointroles.NewRule( endpointroles.Endpoint(authpb.AuthService.Register),