Wes Chow
unread,May 7, 2009, 1:02:10 AM5/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AuthKit
I'm looking at step at which the user enters his openid into a form.
When that user hits submit, the default /verify page that ships in
AuthKit will generate a post to itself with a value set for the openid
variable.
The post to /verify then causes a redirect to the openid provider,
where I authenticate properly, and then redirects me back to my site
at what's specified in path_signedin.
My question is: is there some way to generate a redirect url on the
fly? I might want this, for instance, if I want the post verification
redirect back to my site to go straight to the logged in user's home
page.
I'm not using Pylons. I'm using AuthKit 0.4.3.
Thanks,
Wes