legacyclonk / LegacyClonk

The LegacyClonk engine and the c4group command line tool.
https://clonkspot.org/lc-en
Other
83 stars 18 forks source link

Token based league authentication #30

Open Somebodyisnobody opened 4 years ago

Somebodyisnobody commented 4 years ago

The old authentication system has the problem that credentials used for league auth are identical with the forum for example. With a token based leage authenication system (Oauth2) the client could save the token without any worries, he could automatically logon and join a league lobby.

Fulgen301 commented 3 years ago

Note that this requires server-side support.

Somebodyisnobody commented 3 years ago

@lluchs FYI

lluchs commented 3 years ago

OpenClonk already has a "Remember me" function that saves a token instead of the password.