rogeriochaves/feedless

Run local, what secret is used, multiple accounts?

Closed this issue · 4 comments

When creating my account, the secret I get on the web page is different from the one in ~/.social/secret ? This is normal? Now a cookie is used??
Is it possible to open multiple accounts?

Unfortunately yes, I focused more on the hosted version first where /secret is the pub secret and multiple people can sign in, using the cookie to hold the key, I still need to change it for the CLI version, where I think I'll actually reuse the local ~/.ssb folder

Done in 65578bf, 8938d8b and aa81b9d, now it no longer uses cookies for the standalone version, instead it uses the ~/.ssb folder and the secret file in there. You can download the new version on packages page

It is still possible to logout and login with another account, what that does is replacing your secrets file. Also if you never had a ~/.ssb/secret file you go through the "account creation" flow for a better use experience

Great! It will be kind if you add a Readme explaining Howto install feedless?

@zicmama I added a Getting Started section on README, and there is also a development section for those who want to manually npm install. I'll close this for now, feel free to give more suggestions