Is it possible to have multiple authentication where the default is form-based and the alternative is basic?
I have two apps to plug together: one uses form-based authentication and the other uses http-authentication. Both apps authenticate against the same database. The form-based auth app needs to launch the http-auth app without a challenge popup. I see example in the multi lib code but can't figure a way to do it with basic instead of digest. TIA _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
