You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leverage the URL rewrite capabilities of Nginx (ex: using the ngx_http_rewrite_module module) and perform a rewrite where the destination URL contains data from the JWT.
Example:
The Nginx endpoint being called is /api/userinfo and the JWT passed by the client contains a field user_id: sandrino123
I just opened PR #7 as a solution to this issue. It may not be what you are looking for but I thought I would give it a go. I feel that any rewriting should be done by the client and that rewrites are out of the scope of this module. The PR give users the ability to request the 'payload' table in order to perform any rewrites they need.
clone from: auth0#8
Leverage the URL rewrite capabilities of Nginx (ex: using the ngx_http_rewrite_module module) and perform a rewrite where the destination URL contains data from the JWT.
Example:
The text was updated successfully, but these errors were encountered: