agrueneberg / S3DB-Connectivity

S3DB wrapper for browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add functionality for validating whether you log in with username and password or using an API key

ebadedude opened this issue · comments

Once someone is logged into s3db, you can check if the API key is valid by examining the request to /URI.php?format=json&key=&callback=. By examining the json packet returned, you can determine if the API key is valid.

With the above, you can add the requested functionality.