JJscott / Golden_Eagle

2 stars 0 forks source link

Design and decide on global login system #5

Open bagedevimo opened 10 years ago

bagedevimo commented 10 years ago

We're going to need some kind of centralised login server, to handle accounts.

This'll be pretty easy to build, and I'll do it in node.js unless anyone has any objections.

My requirements analysis so far says, it needs to get given a username, and password hash, and should return success/failure and a session_id, or something. Later, we can use this to do inter-server chat amongst friends, etc.

bagedevimo commented 10 years ago

Also @JJscott and @benos-9k