About Store Forum Documentation Contact



Post Reply 
Python Authentication Server
Author Message
Alviss Offline
Member

Post: #1
Python Authentication Server
Hey there.

I have read some posts and i was inspired to write something simple for people to work with, of course it's not perfect. But i've written it to be open and flexible, for people to choose what they wish to do with the client once they've authenticated.

Im sure many people are writing their auth server built into the Esenthel engine for the sake of sanity. But i wrote this for people as somewhere to start, or just to show people how this kind of architecture looks.

In the zip includes versions for Python 3.2 (yay!) and 2.6 (boo!).

Source

I'd like to have had some sexy token passing from client to gserver and then comparing but thats beyond the scope of what this resource is. I'd also like some encryption for transferring passwords (apparently md5 doesnt work for Python so well any more...), and also maybe a C++ example client so it makes the resource easier to port to your projects.

But, those are all for the future.
(This post was last modified: 11-24-2010 08:41 PM by Alviss.)
11-24-2010 10:25 AM
Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #2
RE: Python Authentication Server
I don't have a need for something like this (perhaps a future project), but very nice nonetheless. Thanks for sharing. I'll keep an eye on it if you happen to keep expanding on it.
11-24-2010 11:22 AM
Find all posts by this user Quote this message in a reply
Post Reply