dscotese / kraken-grid

A bot that extends grid trading once you use it to create a grid.
GNU General Public License v3.0
9 stars 3 forks source link

Security update (password protect webpage) #41

Closed dscotese closed 2 months ago

dscotese commented 2 months ago

README now includes that the username for the webpage is admin and allocate link works. bot.js has code to ensure that the user's password can be used to get into the webpage. package.json updates the version to 1.2.11 safestore is the source of the password because it's used to decrypt the user's data. web.js now uses Express BasicAuth to permit only those with the password to see the interface.