I'm new to pylons and authkit, and have some doubts about the approach
of authkit.
(I'm using sqlalchemy)
- If I'm already using a User database, how can configure Authkit for
use it?
(I'm thinking that I could make a new driver, but I'm not sure)
- If I chose to rename my User table as Member (for example), and put
a user_id in Member table. How can do that? Where authkit tables and
model classes are created?.
Thanks
You'd have to implement your own driver based on the existing
SQLAlchemy ones. To be honest if you are wanting heavy customisation
you are probably better off rolling your own solution.
James