the documentations says that the aud is a string:
{
"token_audience": "centrifugo"
}
is there a delimiter for multiple auds, if so what is it, if not why not? How to manage multiple auds?
Token may contain multiple audiences. Centrifugo checks that configured token_audience is among audiences in token. Is it not enough for your use case?
the documentations says that the aud is a string: { "token_audience": "centrifugo" } is there a delimiter for multiple auds, if so what is it, if not why not? How to manage multiple auds?