I am building an application and I would like to try and use authkit for authentication and authorization. However, I know that I will be using swfupload and will not be able to rely on the auth cookie being passed through Flash. In the past I have rolled my own cookie/auth solution from the ground up but I would love to avoid doing that this time.
Is there a way to configuration authkit.authenticate.cookie
to fallback to a POST
or GET
param if the cookie is not found? Or is there an easy method to add this functionality on top of the form, cookie
or redirect, cookie
methods?