stakwork / sphinx-relay

Node.js wrapper for communication between sphinx client and lightning node.
MIT License
250 stars 70 forks source link

Delete account endpoint #791

Open tomastiminskas opened 6 months ago

tomastiminskas commented 6 months ago

We are blocked from Google Play Store since they are asking for a webpage to delete your information. We were discussing with Paul and for now we will try to just add that ability from within the app and create a simple web page with instructions on how to do it.

For that we will need an endpoint that will basically delete all content from server related with the user.

I will add a button on Left Menu. When tapping on it we will prompt to confirm, and once confirmed we will use the new endpoint to delete everything on relay. Once it succeed we will logout the user from the app as well.

Let me know your thoughts @kevkevinpal @Evanfeenstra

Evanfeenstra commented 6 months ago

We actually already have that, we added it for testing purposes.

Its GET /test_clear

tomastiminskas commented 6 months ago

Is it deployed to all nodes or proxy accounts at least? I will take a look and use it for testing purpose on my proxy account