PamelaWare Processing Pages do the work of the plugin. These are the pages that call all the rest of the library files. Processing pages start with infocard- and are divided between the pwlib common director and the plugin-specific directory. Generally, trigger pages are part of the plugin-specific directory, while post-processing pages are in pwlib.
Processing Pages
Initial Login
- infocard-login.php
- triggers initial login
- infocard-post.php
- processes initial login for single card model
- infocard-authn.php
- processes multicard login (will replace infocard-post.php)
Card Recovery
- infocard-lostcard.php
- triggers a card recovery
- infocard-clickback.php
- processes card recovery
Authenticated Card Association
- infocard-newcard.php
- triggers a card association
- infocard-associate.php
- processes & associates a new card
Authenticated Card Management
- infocard-editprofile.php
- lists cards and displays delete, verify, and associate buttons
- infocard-verify.php
- prompts selector to check card handle (not implemented yet)
- infocard-delete.php
- removes a card
