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
I referred to this example and the LocalStrategy did work.
But when I submit the login form with "Windows Strategy" enabled it gives below output.
Whereas I expect it to either go to /succ or /fail .
BTW when I run the program without the firewall I do get below message which makes me think that it is trying to access the server.
I am actually not sure if the problem is with the module or my implementation. But still thought of asking.
Any direction will be much appreciated.
The text was updated successfully, but these errors were encountered:
I am not able to make it work with koajs.
Below are the relevant code.
in app.js
in auth.js
I referred to this example and the LocalStrategy did work.
But when I submit the login form with "Windows Strategy" enabled it gives below output.
Whereas I expect it to either go to
/succ
or/fail
.BTW when I run the program without the firewall I do get below message which makes me think that it is trying to access the server.
I am actually not sure if the problem is with the module or my implementation. But still thought of asking.
Any direction will be much appreciated.
The text was updated successfully, but these errors were encountered: