We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are two major issue in the app right now -
Posting key is being stored in localstorage. This is not good as user's posting key can be stolen this way.
localstorage
The login flow currently consists of creating a comment with a key and deleting it when it gets verified by the backend. This is an unnecessary step.
The above two and many more issues can be solved by using SteemConnect.
The text was updated successfully, but these errors were encountered:
singhpratyush
No branches or pull requests
There are two major issue in the app right now -
Posting key is being stored in
localstorage
. This is not good as user's posting key can be stolen this way.The login flow currently consists of creating a comment with a key and deleting it when it gets verified by the backend. This is an unnecessary step.
The above two and many more issues can be solved by using SteemConnect.
The text was updated successfully, but these errors were encountered: