Is it possible to compare two ZedTokens and determ...
# spicedb
b
Is it possible to compare two ZedTokens and determine which is newer? I'm trying to figure out how to make them work in an event-based system where the writer is completely decoupled from the services that are checking permissions, so we would have to share the tokens via something like Redis, but I worry about ending up with the stored token not representing the latest write for the resource due to race conditions
8 Views