I share the auth tables as described by Anthony.

This means putting the app tables in a separate model file to be
processed after db.py.

Processing is alphabetical.

On Dec 15, 9:16 am, Anthony <[email protected]> wrote:
> If you want single sign-on functionality, check out
> CAS:http://web2py.com/book/default/chapter/08#Central-Authentication-Service.
> Otherwise, you could have multiple apps share the same db for the Auth
> tables -- though all apps will need to use the same hmac key. If you want
> login to apply to all apps, you'll also have to share
> sessions:http://web2py.com/book/default/chapter/04#session.
>
> Anthony
>
>
>
>
>
>
>
> On Thursday, December 15, 2011 4:12:19 AM UTC-5, Chandra wrote:
>
> > How to share authentication across applications?

Reply via email to