Open siddhsql opened 5 months ago
I am new to this library. I am wondering if there is an example showing how to do JWT based authentication before forwarding the request to upstream server(s)? If not, can someone provide me the steps of what to do?
Hi, you can use the bearer authenticator with your custom token validator. Decode the JWT inside your custom token validator.
I am new to this library. I am wondering if there is an example showing how to do JWT based authentication before forwarding the request to upstream server(s)? If not, can someone provide me the steps of what to do?