While I can see the appeal even for FOSS games, there is a risk of walled gardens or getting stuck with non-libre systems like Steam.
Therefore it would be nice if people working on FOSS games could agree on some sort of federated standard to be able to share accounts across games and maybe even hook into a larger ecosystem of federated websites (Stuff like GnuSocial / Mastodon, Nextcloud, Matrix.org, XMPP/Jabber and so on).
There is obviously a bunch of more or less competing standards, but IMHO the most suitable for gaming related services is probably XMPP. Originally a real-time chat protocol, is has in recent years improved a lot and despite what some people say is again very much relevant. There is also a huge ecosystem of existing code to easily embed into your game and has all sorts of extensions allowing for external logins, multi-user chats etc. It can also be easily embedded into websites to link your in-game chat with your online portal (see JSXC, converse.js or movim.eu). Oh and it has great modern mobile clients as well ( for example conversations.im and xabber).
For example the FTEQW engine has it build in, and thus you can easily add players to your friends list and join servers they are playing on with one click at a later point in time. You can also easily chat with players from outside the game. Pretty neat, heh?
XMPP also has good support for chatbots like Hubot and Errbot, allowing all sort of automation, and XMPP servers like eJabbered or Prosody are low resource, relatively easy to deploy and can hook into existing user-databases.
Last but not least, XMPP can support many kinds of end-to-end encryption to preserve privacy (OTR, OMEMO) and can be easily used to establish audio and video links through WebRTC in order to have peer to peer audio/video chat available to players.
So if you are thinking about doing your own custom account system, please think again
