Replies: 2 comments 1 reply
-
This is for the maximum amount data that a client would be allowed to send - this is not currently enforced by the server. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@aricart what is the difference between data and payload then? Would it be like: payload: 10 bytes, data: 10k meaning that the client is only allowed to send 1000 messages? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I need some help on the user JWT claims. There is a field called data in the user claims along with payload and subs. Payload and Subs does make sense. However the comment for data is just // Max number of bytes https://github.com/nats-io/jwt/blob/457367366f2ff72a3fefeed38b56a1da281476fb/v2/account_claims.go#L48C3-L48C3
Max number of bytes per what? Can anyone enlighten me?
Beta Was this translation helpful? Give feedback.
All reactions