You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to embed Ajaxterm in my web application that has user authentication. Every user in the web app has a corresponding "user" defined in my server. My intent is to do away with the login in Ajaxterm window because the user is already authenticated through the web app.
On seeing the code, I realize this can be achieved if you pass on the request params (GET, POST, COOKIES) to the launched application via the environment like CGI. That way, I can write a custom application on my server to read the request state and then decide how to behave.
I think allowing this can open up avenues for more enhancements.
Thanks for making such a useful product.
The text was updated successfully, but these errors were encountered:
I am trying to embed Ajaxterm in my web application that has user authentication. Every user in the web app has a corresponding "user" defined in my server. My intent is to do away with the login in Ajaxterm window because the user is already authenticated through the web app.
On seeing the code, I realize this can be achieved if you pass on the request params (GET, POST, COOKIES) to the launched application via the environment like CGI. That way, I can write a custom application on my server to read the request state and then decide how to behave.
I think allowing this can open up avenues for more enhancements.
Thanks for making such a useful product.
The text was updated successfully, but these errors were encountered: