{"id":15174230,"url":"https://github.com/andcool-systems/mc-oauth","last_synced_at":"2026-01-06T14:43:26.993Z","repository":{"id":242075147,"uuid":"808595104","full_name":"Andcool-Systems/mc-oauth-plugin","owner":"Andcool-Systems","description":"Simple Minecraft OAuth Service","archived":false,"fork":false,"pushed_at":"2024-06-01T10:46:56.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T02:15:27.133Z","etag":null,"topics":["bukkit","minecraft","oauth","plugin"],"latest_commit_sha":null,"homepage":"https://modrinth.com/plugin/mc-oauth","language":"Java","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/Andcool-Systems.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}},"created_at":"2024-05-31T11:52:32.000Z","updated_at":"2025-01-05T17:49:25.000Z","dependencies_parsed_at":"2024-05-31T14:28:26.423Z","dependency_job_id":"3f1a0989-7e0a-4d46-81dc-b55c872239b6","html_url":"https://github.com/Andcool-Systems/mc-oauth-plugin","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"f6b3d8a0f36a22abef3576b1466442bb12f7ed6b"},"previous_names":["andcool-systems/mc-oauth"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2Fmc-oauth-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2Fmc-oauth-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2Fmc-oauth-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2Fmc-oauth-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andcool-Systems","download_url":"https://codeload.github.com/Andcool-Systems/mc-oauth-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245790903,"owners_count":20672597,"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":["bukkit","minecraft","oauth","plugin"],"created_at":"2024-09-27T11:41:18.380Z","updated_at":"2026-01-06T14:43:26.964Z","avatar_url":"https://github.com/Andcool-Systems.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Minecraft OAuth Service\n\nThis service allows you to implement user login on your website without needing to log in to a Microsoft account.  \nMinecraft server IP: **mc-oauth.andcool.ru** (1.8 — 1.20.*)\n\n## How It Works\nThe plugin is installed on a Bukkit server (you can also add ViaVersion for a wider range of versions).  \nAfter installation, all connections will be disconnected with a message containing a 6-digit code.  \nOn the server side, the plugin sets up an API on the port specified in the config, where all the requests described below should be sent.\n\n## Retrieving Data\n`GET /code/\u003c6-digit code\u003e`  \nAfter the user receives the code, you should send a request to the API endpoint, which will return data about the Minecraft account.  \nThe code is valid only once and for 5 minutes (by default) after it is received. After this time, the code is deleted.\n\n**Example of a Successful Response:**\n```json\n{\n  \"nickname\": \"AndcoolSystems\",\n  \"UUID\": \"1420c63c-b111-4453-993f-b3479ba1d4c6\",\n  \"status\": \"success\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandcool-systems%2Fmc-oauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandcool-systems%2Fmc-oauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandcool-systems%2Fmc-oauth/lists"}