def user(): return dict(form=auth()) exposes the CAS provider. There is nothing special to do as long as the consumer run on the same domain.
On Aug 31, 1:38 pm, nekrox <nek...@gmail.com> wrote: > I have some apps and use the same database for share a auth system. I > prefer to use CAS and have my own provider for my apps, but do not > quite understand how to do as the documentation says, someone will > have an example? > > Regards