this post was submitted on 05 Jun 2024
50 points (79.1% liked)

Open Source

29001 readers
711 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

Just wondering what people are using to meet the 2FA requirement GitHub has been rolling out. I don't love the idea of having an authenticator app installed on my phone just to log into GitHub. And really don't want to give them my phone number just to log in.

Last year, we announced our commitment to require all developers who contribute code on GitHub.com to enable two-factor authentication (2FA)...

you are viewing a single comment's thread
view the rest of the comments
[–] lemmyvore@feddit.nl 4 points 1 month ago (1 children)

Also OTPclient on desktop, it can work directly with an Aegis encrypted export file. You enter the decrypt password when you open the app and it can auto-lock after a specified interval.

[–] Kess8a@lemy.lol 2 points 1 month ago (1 children)

Is there something similar for windows? I check the github page & there doesn't seem to be a package for windows. I could try to compile it from source but that a lot of libraries I have to get...

[–] lemmyvore@feddit.nl 3 points 1 month ago

If you're willing to work with unencrypted exports I think tauthy can import unencrypted Aegis JSON format.

Also, what Aegis exports as "text format" is a standard format of sorts that consists in lines of otpauth:// URLs. There are lots of apps that can import that format, but please note that you lose some extra information from Aegis when you export in that format. Shouldn't be a problem if you just want to be able to generate codes on desktop.