ogioncz / weirwood

multiplayer online chat game server based on haste
0 stars 0 forks source link

Separate authentication system #1

Open mv100 opened 10 years ago

mv100 commented 10 years ago

For weirwood, Pengu's authentication system won't be OK. We need to separate the web AS and the game AS.

jtojnar commented 10 years ago

Well actually the AS is based on OpenID protocol so any OpenID provider can be used.

mv100 commented 10 years ago

Oh, I see.

Still, it would be good to be not dependable on OpenID.

jtojnar commented 10 years ago

I intend on making authenticator modular at some point but until then OpenID should be good and universally recognised solution.