| Summary: AJAX authentication hook for J2EE FORM auth. |
| Author: Daniel M. Lambea |
| Published: 2008-02-15 |
| Version: 1.1 |
| Ext Version: 2.x |
| License: LGPLv3 for non-commercial use |
| Demo Link: [# View Demo] |
| Forum Post: View Post |
Contents |
ExtensionThe J2EE FORM Authentication hook allows you to handle form-based authentication requests from inside AJAX-driven applications, to avoid page reloads. This reduces significantly the overhead of restarting the application. The hook installs automatically, then intercepts all Ext.Ajax requests and asks the user to provide authentication credentials when needed. The authenticated server's response is transparently forwarded to the originating request when the authentication succeeds.
Usage
View Forum Posts
Changelog
Ver. 1.1: Bugfixing.
Ver. 1.0: Initial Release
ScreenshotsNo screenshots available, this is not a visual component.