WithResourceACLs enables to define specific URL paths to be black- and/or white listed. Matching for black- and white lists checks if the URL path has the provided string of a list as a prefix. auth.WithResources(nil,nil) // blocks everything auth.WithResources([]string{"/"}, []string{}) // bloc
(blockList, allowList []string, scopeIDs ...scope.TypeID)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected