this post was submitted on 07 Aug 2023
536 points (98.9% liked)
Fediverse
28223 readers
112 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Crazily unsecure I guess (you write your password into an unknown site) but crazily cool, it's so hard finding communities!!
Cheers!
The code is open source, the build process is open on GitHub actions and it's hosted on GitHub pages so you also see compiled site easily. The password never leaves your browser apart from going to the instance you chose when logging in. The password also is not saved, only the access token.
I tried my best at making it as transparent as possible.
Logins with 2FA aren't working, is it possible to fix?
Just added TOTP support in https://github.com/stirante/lemmy-discover/commit/e590c6a5cff366060e3fb6202031442b8bfe7fc8
Thanks, can now log in! Which brings me to the next problem - if I hit "follow" I just get a "community not found" error. Can you trigger a search for the community if it isn't found?