python - Pyramid's auth_tkt -
when using pyramid's authtktauthenticationpolicy there way obtain value of "auth_tkt" cookie set in headers returned pyramid.security.remember() function. i'm trying in order return cookie's value in body of response.
lastly, bad idea begin with? i'm trying leverage pyramid's pre-buil authtktauthenticationpolicy return auth_tkt cookie set in response header in body used , set ios client.
Comments
Post a Comment