Date:  03/19/2007 10:23:12 AM Msg ID:  003363
From:  FoxWeb Support Thread:  003362
Subject:  Re: Auth
Please give us a bit more info on your needs.  Do you already have the user id and password in your FoxWeb code and want to pass it to the Auth class for programmatic authentication, or do you want to link to a FoxWeb script from another web application and pass the userid and password in the link?  If it's the latter, you can do so by passing the user id and password in the query string:
 
http://servername/path/scriptname.fwx?secUserID=XXX&secPassword=YYY 
 

Please note that this is not a very secure technique and should not be used for applications that involve really sensitive information.  The two problems I can think of are:

FoxWeb Support Team
support@foxweb.com email
Sent by Rob Thomas on 03/18/2007 11:45:48 PM:
Is there a way to authenticate a user without using a form?
I already have the User and Password from another program that I just want to pass to Auth without forcing the user to authenticate again.
Rob Thomas
support@vom.com