Hi, all JWT token based authentication support is added to Geode develop branch. Currently only management v2 rest api can use this (we can add dev rest there too if requested). In order to turn on token based auth for management rest api, you will need to do these two things: 1. start your locator with this property: *security-auth-token-enabled-components = all (or management)* 2. implement your SecurityManager to authenticate the jwt token passed in. The jwt token will be available in the properties using the key "security-token".
Let me know if you have any questions. -- Cheers Jinmei