10/14/2018 Ver. 7.x-1.1 earlyburg 1. Re-worked the authentication system to track origin IPs, limit the time length of persistant logins, and use a flatfile database for auth checks 2. Added usernames to the paths for security so there are no generic routes 3. Added logging and Drupal session handling for access control 11/11/2018 Ver. 7.x-1.2 earlyburg 1. Improved access by removing the need to supply a password to authenticate 2. Created a page to monitor user access at /admin/reports/simple_json_api 3. Added better logging to keep track of user access 11/22/2018 Ver. 7.x-1.3 earlyburg 1. Added create, update, and delete functionality for nodes (CRUD) 2. Added two roles and one additional permission for additional access control 3. Added role based, no-timeout access 4. Code cleanup.