rSimulate / Cosmosium

:earth_americas: js game engine for space-based games
Other
23 stars 7 forks source link

Need Player sign in and data tracking #20

Closed 7yl4r closed 9 years ago

7yl4r commented 10 years ago

Of course I'm imagining a user instance on the server, since that is all I know, but however we do it, players need to log in and see data relevant to them.

(possible help from here https://github.com/ejelome/cookies-in-python-using-bottle.py/blob/master/server.py)

7yl4r commented 10 years ago

I also tried starting from here https://github.com/uvtc/bottle-example-user-accounts , but had trouble (see issues section)

7yl4r commented 10 years ago

also relevant: maybe use oauth #27

7yl4r commented 9 years ago

resolved by @martinkronberg