Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Submissions have to be related to games
No bigotry or harassment, be civil
No excessive self-promotion
Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
Mark Spoilers and NSFW
No linking to piracy
More information about the community rules can be found here and here.
It’s about time!
Does it still work with Heroic and Lutris?🤔
FINALLY
Thanks, immediately went to set it up. No issues. Also works properly in combination with keepassxc’s TOTP feature.
Thanks for this. Long overdue from GOG.
Their platform is really outdated. Can’t even edit or remove a game review without contacting support. It’s dumb. They’re losing precious time because of this
EDIT: Not sure what I meant for “precious time”
We can’t even edit the cookies section in their app or website and GOG is EU company btw, it’s bonkers!
It’s sad, because I’m sure they could fix all of this easily and get a lot of profit from GOG, but they prefer to spend their time elsewhere for some reason
Do you consider Itch.io to be a viable platform ??
I don’t think it has cloud saving, easy wine/proton, API for achievements and shit… just overall unfit for “bigger games”. It has similar functionality to GOG’s offline downloads. I haven’t really used it so can’t say.
I probably won’t try it if they also take a huge cut from sales like 30% or somethingEDIT: They seem to let you choose whatever you want, and charge 10% by default (https://itch.io/docs/creators/payments#open-revenue-sharing). That’s neat! However, payment method fees always apply. You can opt into them collecting the money through their account at seemingly no fee, and won’t be exposed to chargebacks. That’s incredible!the store is a losing proposition right now from CDPR perspective. I am just happy to have a different place I can buy games that’s not steam
Any competition is good :)
They’ll need to put more effort into it. Make their APIs more open & maybe even fund Wine ?
Oh & DEFINITELY bring Galaxy 2.0 to linux, NATIVELY
I’d love that but don’t get your hopes up, they can only do one small change every few years. You’re asking them for at least 3 centuries of dev time
About time
Now when will Steam do this?
They do. Just not 3rd party.
Idk why people think they cant add steam, i have it in my Aegis app.
How? I can’t get it to give me the key, it just asks me to download their stupid app.
How did you manage? Thought steam 2fa was tied to steams app?
What does GOG’s 2FA do that Steam’s 2FA doesn’t?
At a glance (haven’t enabled yet, will later today), GoG uses the RFC standard TOTP model. This means you can use whatever app you want whether that is the google authenticator that ties it to your cloud account, something related to your password manager (e.g. keepass or bitwarden), or even just a python script you have in a random directory. It gives you control of your 2FA and protects you in the event you lose a device without properly de-authenticating it.
Valve use their own model that, to my knowledge, is only accessible through the Steam mobile app. Which is a huge nightmare if you ever have a device stolen/damaged (and is why you back up the recovery code)
Just enabled. Yup, bog standard TOTP and they even provide the plaintext key so that I don’t have to extract it from a QR code.
Unless I’m missing something, Steam only does code to email 2FA, not an actual TOTP app
Steam works with a normal TOTP app for me, hell, it works with two normal TOTP apps for me
Teach a brother how? I swear I couldn’t find it anywhere in the account settings.
I don’t quite remember how to get the TOTP secret from the Steam app (they could in fact take notes from GOG here), iirc you have to extract it from the Android app via adb;
but once you have it, if this GitHub comment is correct you simply have to set the code size to 5 digits.
If your phone has a rooted Android install, I found this guide.
… I swear when I did it, it wasn’t this hard ._.
deleted by creator
Thanks, and added.
Although it would have been nice if I could “upgrade” from email based 2step instead of having to disable it.
Gog, how are you even securing accounts? You mean securing access to accounts through 3rd party TOTP, which again, isn’t sessioning access authenticatively. We already invented that.