mikyll commented on issue #11733:
URL: https://github.com/apache/apisix/issues/11733#issuecomment-2470092420

   > Are there other ways to obtain a JWT signature
   
   @Fsystem as of now, I don't think APISIX provide any _out-of-the-box_. 
However, you can always write a custom plugin, e.g. `jwt-sign`, and expose a 
public api the same way that `jwt-auth` did (you can copy the code from the 
commit I provided above).
   
   Check the docs for further info: [APISIX Plugin Development | register 
public 
API](https://apisix.apache.org/docs/apisix/plugin-develop/#register-public-api)


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to