hello, does authzed/spicedb support contextual tup...
# spicedb
r
hello, does authzed/spicedb support contextual tuples (https://openfga.dev/docs/concepts#what-are-contextual-tuples) like OpenFAG does? Contextual tuples open for interesting use cases, for example with a jwt token can be passed with client request to a service protected by authzed. This token may contain claims that could be turned into contextual tuples for the request. For example a group belonging claim. That would allow to not have to track all the users in authzed but just all the groups.