{"id":21854234,"url":"https://github.com/itsjustmechris/liquidauth","last_synced_at":"2026-04-22T05:31:30.574Z","repository":{"id":98908304,"uuid":"117718396","full_name":"ItsJustMeChris/LiquidAuth","owner":"ItsJustMeChris","description":"Liquid auth is a light weight user authentication system that I hope to build into something more, eventually.  ","archived":false,"fork":false,"pushed_at":"2018-01-18T01:08:56.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-23T00:06:36.433Z","etag":null,"topics":["auth","php","php-user-auth","phpuserauth","user","user-auth"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/ItsJustMeChris.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-16T17:42:52.000Z","updated_at":"2023-09-05T16:09:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"21697d0c-598b-41d1-bde5-e3b1da5e0fdf","html_url":"https://github.com/ItsJustMeChris/LiquidAuth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ItsJustMeChris/LiquidAuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJustMeChris%2FLiquidAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJustMeChris%2FLiquidAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJustMeChris%2FLiquidAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJustMeChris%2FLiquidAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsJustMeChris","download_url":"https://codeload.github.com/ItsJustMeChris/LiquidAuth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJustMeChris%2FLiquidAuth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32122693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["auth","php","php-user-auth","phpuserauth","user","user-auth"],"created_at":"2024-11-28T01:29:21.333Z","updated_at":"2026-04-22T05:31:30.559Z","avatar_url":"https://github.com/ItsJustMeChris.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Liquid Auth**\n\n\n----------\nLiquid Auth is an easy to use object oriented PHP user authentication.  \nLiquid Auth offers secure features, and a fast to implement user authentication experience.  \n\n\n----------\nCurrent Usage:\n\n    require_once __DIR__ . '/core/core.php';\nPost request to: https://localhost/users/login.php with parameters \n\n    username=\u003cusername or email\u003e\u0026password=\u003cpassword\u003e\n    \nPost request to: https://localhost/users/register.php with parameters \n\n    username=\u003cusername\u003e\u0026password=\u003cpassword\u003e\u0026email=\u003cemail\u003e\n    \nPost request to: https://localhost/users/logout.php \n \n\n\n----------\n\n\nUser Advanced Usage   \n\n    require_once __DIR__ . '/../users/users_class.php';\n\t$users = new Users;\nUser Class Functions:\n\n    $users-\u003eloggedIn();\n    Returns boolean value if user is currently logged in or not.  \n    \n    $users-\u003elogOut();\n    Void immediately destroys the users session, logging them out.  \n\n    $users-\u003elogin(string $username, string $password);\n    Void logs the user in if the username and password match.  \n \n    $users-\u003eregister(string $username, string $email, string $password);\n    Void registers a new user if a user does not exist with the given username or email. \n  \n  \n\n\n----------\nDatabase Advanced Usage\n\n\trequire_once __DIR__ . '/../database/database_class.php';\n\t$db = new Database;\n\nDatabase Class Functions:\n\n    $db-\u003equery(string $query);\n    Returns query results.   \n    \n    $db-\u003eescape(string $string);\n    Returns escaped string using $mysqli-\u003eescape_string  \n\n\n----------\nTODO\n\n\tAutomate installation.  \n\tRevive config file for database login and such. \n\tMore features, backend admin panel?\n\tImprove session security\n\t-Session Keys\n\t-CSRF Tokens\n\t-Cookies in the future\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjustmechris%2Fliquidauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsjustmechris%2Fliquidauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjustmechris%2Fliquidauth/lists"}