{"id":18481710,"url":"https://github.com/makermelissa/loginform","last_synced_at":"2025-06-29T05:37:49.759Z","repository":{"id":89224736,"uuid":"110751385","full_name":"makermelissa/LoginForm","owner":"makermelissa","description":"Login Form Code Sample","archived":false,"fork":false,"pushed_at":"2017-11-15T01:21:07.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T15:28:04.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makermelissa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security.php","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-14T22:17:32.000Z","updated_at":"2017-11-17T17:08:22.000Z","dependencies_parsed_at":"2023-06-14T12:15:35.634Z","dependency_job_id":null,"html_url":"https://github.com/makermelissa/LoginForm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makermelissa/LoginForm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makermelissa%2FLoginForm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makermelissa%2FLoginForm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makermelissa%2FLoginForm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makermelissa%2FLoginForm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makermelissa","download_url":"https://codeload.github.com/makermelissa/LoginForm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makermelissa%2FLoginForm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262543971,"owners_count":23326632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T12:25:09.160Z","updated_at":"2025-06-29T05:37:49.738Z","avatar_url":"https://github.com/makermelissa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LoginForm\nLogin Form Code Sample using Ajax, Bootstrap, jQuery, and PHP\n\n## Security Features\n\nThis login form makes use of several security features including CSRF Tokens, Random Field Names, Password Hashing with a Salt and Parameterized Queries.\n\n## CSRF Tokens\n\nCSRF Tokens are used to prevent Cross-Site Request Forgeries. So another website could not easily attempt to make ajax calls because the tokens are generated and stored in the session.\n\n## Random Field Names\n\nField names are randomly generated and stored for the session. Because field names are not predictable, this makes it difficult for hackers to create a form that points to your page.\n\n## Password Hashing with a Salt\n\nA Salt is a secret string of characters that is used for making the hash of the password very difficult to reverse engineer if database access was ever gained.\n\n## Parameterized Queries\n\nQueries are parameterized to avoid SQL injection. Because the parameters are bound to values in a separate call, this makes SQL injection much more difficult.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakermelissa%2Floginform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakermelissa%2Floginform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakermelissa%2Floginform/lists"}