资 源 简 介
safeAjax is a jQuery library and PHP ajax connector pair using JSON as the communications medium.
I wrote this javascript library & php connector pair to password protect web pages and safeguard my ajax communications and database actions from my web pages.
It was originally based upon chris shifletts article: the truth about sessions -- which proposed a best-practice method for creating/maintaining safe sessions and persisting logins via cookies.
Version 5 adds optional usage of JQueryUI and supplies all dialogs including a not-enough-privs dialog, jqModal will be obsoleted eventually. Support for a new server-side action log has been added to aid in debugging the backend. The client-side library has been wrapped as a module suitable for CommonJS usage.
Version 4.5 extends the Authentication framework to include User Management functions (select/add/delete/update/passwordReset) -- currently implemented in Cassandra, MongoDB, MySQL, and SQLite.