Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajax term alternative login methods #10

Open
prashanthellina opened this issue Jul 10, 2012 · 0 comments
Open

Ajax term alternative login methods #10

prashanthellina opened this issue Jul 10, 2012 · 0 comments

Comments

@prashanthellina
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant