package access import ( "framework_v2/internal/providers" ) type User providers.JwtIDToken type Metadata struct { User User }