{"id":15104732,"url":"https://github.com/samolego/simpleauth","last_synced_at":"2025-09-27T02:32:31.837Z","repository":{"id":39758383,"uuid":"216836258","full_name":"samolego/SimpleAuth","owner":"samolego","description":"Simple authentication mod for Fabric or Forge servers.","archived":true,"fork":false,"pushed_at":"2021-05-07T12:33:14.000Z","size":874,"stargazers_count":39,"open_issues_count":9,"forks_count":14,"subscribers_count":8,"default_branch":"architectury","last_synced_at":"2025-01-17T14:36:02.613Z","etag":null,"topics":["authentication-mod","fabric","fabric-mod","fabricmc","forge","forge-mod","minecraft-server","minecraft-server-mod","mod"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/SimpleAuth","language":"Java","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/samolego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://samolego.github.io/donate"]}},"created_at":"2019-10-22T14:37:23.000Z","updated_at":"2024-04-28T02:46:14.000Z","dependencies_parsed_at":"2022-09-07T07:01:32.702Z","dependency_job_id":null,"html_url":"https://github.com/samolego/SimpleAuth","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/samolego/SimpleAuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samolego%2FSimpleAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samolego%2FSimpleAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samolego%2FSimpleAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samolego%2FSimpleAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samolego","download_url":"https://codeload.github.com/samolego/SimpleAuth/tar.gz/refs/heads/architectury","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samolego%2FSimpleAuth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277171607,"owners_count":25773249,"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","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"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":["authentication-mod","fabric","fabric-mod","fabricmc","forge","forge-mod","minecraft-server","minecraft-server-mod","mod"],"created_at":"2024-09-25T20:02:01.720Z","updated_at":"2025-09-27T02:32:31.510Z","avatar_url":"https://github.com/samolego.png","language":"Java","funding_links":["https://samolego.github.io/donate"],"categories":[],"sub_categories":[],"readme":"# *Deprecated*\n\n## Simple Authentication Mod\n\n[![License](https://img.shields.io/github/license/samolego/simpleauth.svg)](https://github.com/samolego/SimpleAuth/blob/master/LICENSE)\n[![Fabric CI](https://github.com/samolego/SimpleAuth/workflows/Fabric%20CI/badge.svg)](https://samolego.github.io/projects/ci/SimpleAuth/latest)\n[![Version](https://img.shields.io/github/v/tag/samolego/SimpleAuth.svg?label=version)](https://github.com/samolego/SimpleAuth/releases/latest)\n[![Closed Issues](https://img.shields.io/github/issues-closed/samolego/simpleauth.svg)](https://github.com/samolego/SimpleAuth/issues?q=is%3Aissue+is%3Aclosed)\n[![Curseforge downloads](http://cf.way2muchnoise.eu/full_simpleauth_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/simpleauth)\n\n[\u003cimg src=\"https://i.imgur.com/Ol1Tcf8.png\" alt=\"Requires Fabric API.\" width=\"200px\" href=\"https://www.curseforge.com/minecraft/mc-mods/fabric-api\"\u003e](https://www.curseforge.com/minecraft/mc-mods/fabric-api)\n\n\nSee [wiki](https://github.com/samolego/SimpleAuth/wiki) for more information.\n\n## License\nLibraries that the project is using:\n- `Argon2 (LGPLv3)` https://github.com/phxql/argon2-jvm\n- `BCrypt (Apache 2)` https://github.com/patrickfav/bcrypt\n- `Bytes (Apache 2)` https://github.com/patrickfav/bytes-java\n- `leveldb (BSD-3-Clause)` https://github.com/google/leveldb\n- `JNA (Apache 2 || LGPLv3)` https://github.com/java-native-access/jna\n\nThis project is licensed under the `MIT` license.\n\n# For mod developers\n\n## Changing code\n\n1. Clone the repository. Then run `./gradlew genSources`\n2. Edit the code you want.\n3. To build run the following command:\n\n```\n./gradlew build\n```\n## Adding the mod to your buildscript (to ensure compatibility)\n\nAdd following text to your `build.gradle`\n\n```gradle\nrepositories {\n\tmaven {\n\t\turl 'https://jitpack.io'\n\t}\n}\n\ndependencies {\n  // By version tag\n  modImplementation 'com.github.samolego:SimpleAuth:${project.simpleauth_version}'\n  \n  // Or by branch\n  modImplementation 'com.github.samolego:SimpleAuth:${project.simpleauth_branch}-SNAPSHOT'\n}\n```\n\nAnd this to your `gradle.properties`\n```properties\n# By tag (version)\n# SimpleAuth version (this might not be the latest version)\nsimpleauth_version = 1.4.8\n\n# Or this (by branch)\n# SimpleAuth branches\n\n# master branch (the latest version for stable minecraft release)\nsimpleauth_branch = master\n\n# snapshot branch (branch for minecraft snapshots)\nsimpleauth_branch = latest-snapshot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamolego%2Fsimpleauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamolego%2Fsimpleauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamolego%2Fsimpleauth/lists"}