Hi, we have a custom password less Auth0 integration and we’re currently going i18n.
For /start endpoint, no problem there’s a documentation that indicates to add a x-request-language header.
But for /oauth/token endpoint, even if we add either an Accept-Language or X-Request-Accept-Language header, then in our PostLogin action when we dump the event, request.language is present but undefined.
So, is there a way to pass language on this endpoint? If yes is there a link to any documentation to do so?
Regards