Hi everyone, whats up? I have a question about the...
# spicedb
t
Hi everyone, whats up? I have a question about the object_id format
^(([a-zA-Z0-9_][a-zA-Z0-9/_|-]{0,127})|\\*)$
: Is there a specific reason why it can't start with the character "-" (minus) ? We generate Ids that may start with it. Encoding with base64url may also not work since (I believe) base64url may also generate outputs that start with "-" Is there a workaround for this?
2 Views