Jennifer88huang commented on a change in pull request #5201: [Issue 5050][Docs] 
Adjust the content structure of the security chapter 
URL: https://github.com/apache/pulsar/pull/5201#discussion_r325050417
 
 

 ##########
 File path: site2/docs/security-jwt.md
 ##########
 @@ -0,0 +1,243 @@
+---
+id: security-jwt
+title: Client authentication using tokens based on JSON Web Tokens
+sidebar_label: Authentication using JWT
+---
+
+## Token authentication overview
+
+Pulsar supports authenticating clients using security tokens that are based on
+[JSON Web Tokens](https://jwt.io/introduction/) 
([RFC-7519](https://tools.ietf.org/html/rfc7519)).
+
+You can use tokens to identify a Pulsar client and associate with some 
"principal" (or "role") that
+is permitted to do some actions (eg: publish to a topic or consume from a 
topic).
+
+A user typically gets a user a token string from the administrator (or some 
automated service).
 
 Review comment:
   ```suggestion
   A user typically gets a token string from the administrator (or some 
automated service).
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to