Closed
Description
Hi, on our application we get JWT access tokens from an external authentication server.
Some of our users have a lot of claims and roles, making the token really large. When we set it into the Authorization
header and send the request to express we get a response saying the request header is too large.
Is there a way to increase the maximum request header size on express or even make it unlimited?
Thanks.