Replies: 3 comments 1 reply
-
To generate a dynamic JWT token using APISIX and ensure that the client uses a valid token to access other interfaces, you can follow these steps:
By following these steps, you can generate and use a dynamic JWT token with APISIX, ensuring secure access to your services [1][2]. |
Beta Was this translation helpful? Give feedback.
-
@Dusu 3、Generate a JWT Token |
Beta Was this translation helpful? Give feedback.
-
The jwt-auth public API was removed in APISIX v3.11.0:
The exact commit is 1773655 |
Beta Was this translation helpful? Give feedback.
-
Our system interface requires a token to access, and we want to use apisix to save a valid token. The client must use the token within the validity period to pass the apisix verification and call the system interface
Beta Was this translation helpful? Give feedback.
All reactions