{"id":48005208,"url":"https://github.com/kaloudasdev/fivem-steam-authenticator","last_synced_at":"2026-04-04T13:03:08.285Z","repository":{"id":296542330,"uuid":"993735552","full_name":"KaloudasDev/fivem-steam-authenticator","owner":"KaloudasDev","description":"Secure FiveM Steam-only connection system ensuring seamless, authorized player access with reliable authentication and minimal downtime security.","archived":false,"fork":false,"pushed_at":"2026-03-21T21:54:15.000Z","size":102,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-22T09:59:08.037Z","etag":null,"topics":["authentication","esx","esx-framework","esx-legacy","esx-script","esxi-server","fivem","open-source","server-security","steam"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KaloudasDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-31T12:09:19.000Z","updated_at":"2026-03-21T21:54:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"9df58510-20a4-4e17-804b-806512b88224","html_url":"https://github.com/KaloudasDev/fivem-steam-authenticator","commit_stats":null,"previous_names":["kaloudasdev/fivem-steamverifier","kaloudasdev/fivem-steam-authenticator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/KaloudasDev/fivem-steam-authenticator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Ffivem-steam-authenticator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Ffivem-steam-authenticator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Ffivem-steam-authenticator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Ffivem-steam-authenticator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaloudasDev","download_url":"https://codeload.github.com/KaloudasDev/fivem-steam-authenticator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Ffivem-steam-authenticator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["authentication","esx","esx-framework","esx-legacy","esx-script","esxi-server","fivem","open-source","server-security","steam"],"created_at":"2026-04-04T13:03:07.611Z","updated_at":"2026-04-04T13:03:08.275Z","avatar_url":"https://github.com/KaloudasDev.png","language":"Lua","readme":"## Steam Verifier\n**Steam Verifier** is an open-source FiveM server script that enforces Steam authentication by preventing players from connecting without an active Steam client. Leveraging the `playerConnecting` event, it ensures a secure and reliable connection environment for your server, verifying that all users are properly authenticated through Steam Client.\n\nPerfect for roleplay servers, whitelist groups, and online communities!\n\n## Features\n- [x] Checks if the player has an active Steam connection\n- [x] Denies connection to players without Steam running\n- [x] Fully compatible with `playerConnecting` deferrals\n- [x] Handles invalid connections (e.g. `src == nil`)\n- [x] Clean and clear kick messages (`deferrals.done(...)`)\n- [x] Easy integration with any FiveM server\n- [x] Minimal resource usage with zero performance impact\n- [ ] More features to come in the future...\n\n## How it works\nThe script hooks into the `playerConnecting` event and inspects the player’s identifiers for a valid `steam:` ID. If none is found, the connection is rejected.\n\nThis solution requires no databases or complex authentication logic, providing a simple yet effective enforcement of Steam-only connections.\n\n```lua\nAddEventHandler('playerConnecting', function(name, setKickReason, deferrals)\n    -- Full code available in `steamCheck.lua`\nend)\n```\n\n\u003e \\[!TIP]\n\u003e Ensure the Steam is running before connecting. Players attempting connect without Steam open will be rejected.\n\n## Installation\n1. Download or copy the `steamCheck.lua` file.\n2. Place it inside a resource folder, e.g. `/resources/[local]/steam-verifier/`.\n3. Add the following to the resource’s `fxmanifest.lua` file:\n\n```lua\nfx_version 'cerulean'\ngame 'gta5'\nversion '1.0.0'\n\nserver_script 'steamCheck.lua'\n```\n\u003e \\[!WARNING]\n\u003e This script requires a valid Steam Web API Key to properly verify player Steam IDs.\n4. Configure your Steam Web API Key in your `server.cfg`:\n\n```cfg\nset steam_webApiKey \"YOUR_STEAM_WEB_API_KEY\"\n```\n\n5. Enable the resource by adding the following line to your `server.cfg`:\n\n```cfg\nensure steam-verifier\n```\n\n\n\u003e \\[!CAUTION]\n\u003e Temporary Steam connectivity issues may require restarting Steam and FiveM clients to restore functionality.\n\n## Support \u0026 Security\n\nIf you have any questions or discover a security vulnerability, please contact me directly via my [Discord Profile](https://discordlookup.com/user/1069279857072160921). I am committed to responding promptly and assisting you as quickly as possible.\n\n**Please refrain from publicly disclosing any security vulnerabilities** to ensure proper handling and resolution.\n\n## Contributing\n\nContributions are welcome! Please submit a Pull Request (PR) for new features or issues you have resolved, keeping the following guidelines in mind:\n\n* For minor issues such as typographical or grammatical errors, please open an issue rather than a PR.\n* Avoid submitting irrelevant, spammy, or troll pull requests.\n* Do not attempt to rewrite large portions of the project in a single PR; keep changes focused and manageable.\n\n## License\n\nThis project is licensed under the **MIT License**, granting you full permission to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, under the following conditions:\n\n* You must include the original copyright notice and this permission notice in all copies or substantial portions of the software.\n* The software is provided \"as is\", without warranty of any kind, express or implied.\n\nFor full details, see the [MIT License](https://opensource.org/licenses/MIT).\n\n## Created by [KaloudasDev](https://github.com/KaloudasDev).\n\nIf you find this project useful, please consider leaving a star. Thank you for your support!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaloudasdev%2Ffivem-steam-authenticator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaloudasdev%2Ffivem-steam-authenticator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaloudasdev%2Ffivem-steam-authenticator/lists"}