auth0-multitenant-spa-api-sample
auth0-multitenant-spa-api-sample copied to clipboard
JQuery SPA + Node.js API with multi-tenant support
The RegEx in `getTenantFromDomain()` and suggested changes to the `hosts` file refers to *-yourcompany.com domains but the README refers to a slightly different one in the example tenant mapping.
In the README.md we've got the following: > The access_token obtained during login is saved to localStorage and will be used later to invoke the API. It is also used...
All typos and grammatical errors are fixed.
fix typo
I followed the read me instructions and created two separate account for each tenant. but when i access the url in browser, i am seeing an empty screen. What could...