You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current README.md has {session: false} in the declaration of the authentication endpoint. This leads to issues using it as a user authentication method for a multi-page app.
I would suggest either removing the {session: false} from the README or adding that to a new section explaining why you would want to have {session: false}
The text was updated successfully, but these errors were encountered:
The current README.md has
{session: false}
in the declaration of the authentication endpoint. This leads to issues using it as a user authentication method for a multi-page app.I would suggest either removing the
{session: false}
from the README or adding that to a new section explaining why you would want to have{session: false}
The text was updated successfully, but these errors were encountered: