patrickjquinn / P-Brain.ai

Natural language virtual assistant using Node.js + Bootstrap
MIT License
340 stars 75 forks source link

HELP ME TO REMOVE LOGIN POP UP, Please................................ #104

Closed SiyamF closed 3 years ago

SiyamF commented 3 years ago

Capture How can I remove this Pop-up?

theCalcaholic commented 3 years ago

Maybe this workaround will be more useful to you than actually removing basic auth altogether:

You can add user and password to the domain in order to avoid the authentication dialog, like so: http://user:password@localhost:4567

SiyamF commented 3 years ago

thanks for your response <3 bt i need to remove basic-auth :(

patrickjquinn commented 3 years ago

Hi Siyam,

The issue's section on GitHub is for Issues and help with bugs etc. Not for support. Support is best effort and at the maintainers discretion. Please do not spam the issues channel with the same query.

As a prerequisite to working with P-Brain I suggest looking at Express / Node fundeimentals so you can better understand how this project works under the hood. Then you will be better able to make the changes you need. https://www.npmjs.com/package/express-basic-auth

You ask the folks over at r/javascript, stack overflow or on one of the many JS discord servers if you need help or advice.

I'm closing this issue as it is not a bug, feature request or well structured.

Thanks.