This PR will fix looping when trying to log in by passing a flag to the JSConnect JavaScript if it is a Private Community which will not redirect the browser if there is an error.
Also, this PR will add console logging if an Admin has put the JSConnect plugin in Test Mode.
To test
Turn on JSConnect,
configure it to be the Defualt method to log in.
Put Forum into Private Community mode. Break your JSConnect authentication provider so that it does not return a UniqueID.
Try to log in.
Observe insane loop.
Checkout this branch.
Observe an error message when it fails.
Test console logging.
Configure your JSConnect to be in Test Mode.
Observe that when you log in, in the console log there is the Authentication response received.
Closes: #776
This PR will fix looping when trying to log in by passing a flag to the JSConnect JavaScript if it is a Private Community which will not redirect the browser if there is an error.
Also, this PR will add console logging if an Admin has put the JSConnect plugin in Test Mode.
To test
UniqueID
.Test console logging.