mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

376K
active users

Development progress on :
User account creation and login works! Users safely authenticate to the infrastructre server using salted password hashes and get session tokens that will be used to authenticate them with game servers. The missing part is integrating game servers into this, and also implement revoking tokens...

Huge thanks to GameDevelopmentCentral for his absolutely amazing tutorials:
youtu.be/YOmMWP_8r9A

@unfa That's one hell of an achievement. Auth is not that easy.