I'm using a Hosted Login page on auth0 and the auth0-js module to authorize my users.
The docs talk about a config object and the page itself clearly shows such an object being deserialized.
However, the docs don't remotely talk about how one is supposed to pass this object to the page. Indeed, the docs indicate an approach that doesn't remotely work (no config parameter being set)
Do I need to serialize the object myself and set a config property or is there some other approach?