On 03/11/2012 11:47 PM, Tres Seaver wrote:
> On 03/11/2012 05:36 PM, alex bodnaru wrote:
>
>> hello friends,
>
>> thanks again for repoze.*
>
> Glad you find them useful!
>
>> one question: i've seen an api login method for repoze 2.
>
>> from repoze.who.api import get_api who_api = get_api(re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/11/2012 05:36 PM, alex bodnaru wrote:
>
> hello friends,
>
> thanks again for repoze.*
Glad you find them useful!
> one question: i've seen an api login method for repoze 2.
>
> from repoze.who.api import get_api who_api = get_api(request.en
hello friends,
thanks again for repoze.*
one question: i've seen an api login method for repoze 2.
from repoze.who.api import get_api
who_api = get_api(request.environ)
authenticated, headers = \
who_api.login(dict(login=Login, password=UserPass))
how could i login a user in a program