By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Adding server example that doesn't require sessions or state. This addresses use cases in which multiple API instances are being load-balanced but not using ARR affinity and therefore would not be aware of other instances' state or current sessions.
Testing
As this alternate example is only a subset of the full example, all existing testing should function the same as before, aside from any tests specifically related to sessions or state.
This PR was developed in JavaScript on Node.js v14.15.0 using VS Code
Checklist
[N/A] I have added documentation for new/changed functionality in this PR or in auth0.com/docs
[X] All active GitHub checks for tests, formatting, and security are passing
[X] The correct base branch is being used, if not master
By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Adding server example that doesn't require sessions or state. This addresses use cases in which multiple API instances are being load-balanced but not using ARR affinity and therefore would not be aware of other instances' state or current sessions.
Testing
As this alternate example is only a subset of the full example, all existing testing should function the same as before, aside from any tests specifically related to sessions or state.
This PR was developed in JavaScript on Node.js v14.15.0 using VS Code
Checklist
master