auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
631 stars 309 forks source link

Update PasswordlessAuthenticator to support setting the x-request-language header #871

Closed kherock closed 1 year ago

kherock commented 1 year ago

Changes

PoC to fix #870 - I need help updating tests and documentation

Please describe both what is changing and why this is important. Include:

References

Please include relevant links supporting this change such as a:

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist

adamjmcgrath commented 1 year ago

Thanks for the contribution @kherock!

Have raised https://github.com/auth0/node-auth0/pull/873 to fix