Hi there,

I'll be porting an old mod_python app over to TurboGears. I'll be
using SQLAlchemy instead of SQLObject, so I will hand-write my tables
and mapped classes to use the pre-existing database schema.

Now, my old app has a simple users-table, and a mod_python
authentication handler that authenticates users.

I'd like to open up the possibility to add groups and/or permissions
to my project later on. Thus, I'd like to either define SQLAlchemy
classes for identiy management, or hand-write my own Identity classes
(User, Group, Permission).

Now, has anyone done this with SQLAlchemy, and where can I find some
docs on the Identify framework and the API those classes need to
support?

greetings,
Arnar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to