diff --git a/app/rest/api/rest.go b/app/rest/api/rest.go index 97f481ae..593b3f79 100644 --- a/app/rest/api/rest.go +++ b/app/rest/api/rest.go @@ -108,7 +108,7 @@ func (s *Rest) routes() chi.Router { cache: s.Cache, } - ipFn := func(ip string) string { return store.HashValue(ip, s.DataService.Secret)[:8] } + ipFn := func(ip string) string { return store.HashValue(ip, s.DataService.Secret)[:12] } // auth routes for all providers router.Route("/auth", func(r chi.Router) {