stellar-deprecated / kelp

Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
https://kelpbot.io
Other
1.1k stars 263 forks source link

Kelp GUI: allow multiple users on frontend via getUserData() localstorage method #686

Closed nikhilsaraf closed 3 years ago

nikhilsaraf commented 3 years ago

can use cookies -- but we are not doing that for the following reasons:

  1. API not as easy to use as localStorage
  2. we've already included the parsing logic on the frontend and backend so it's no additional work

However, in hindsight it may have been better to have used cookies from the get-go because we are sending the information to the backend with every request anyway. The effect however, is pretty much the same.