Basic implementation of submissions handshake protocol (currently only works...
Basic implementation of submissions handshake protocol (currently only works with standard authentication, not web services auth) Add helper functions for validating webservices/standard tokens (only standard tokens are implemented) Change password storage to only be md5($password) rather than md5(md5($password)), otherwise standard tokens can't be generated (standard tokens are "md5(md5($password) . $timestamp)") Update README to give details on testing submissions handshake via standard auth.
Showing
gobbler/auth-utils.php
0 → 100644
Please register or sign in to comment