{"id":37118503,"url":"https://github.com/crybapp/auth","last_synced_at":"2026-01-14T13:50:39.152Z","repository":{"id":103665900,"uuid":"230172468","full_name":"crybapp/auth","owner":"crybapp","description":"Authentication microservice via REST","archived":true,"fork":false,"pushed_at":"2020-09-07T17:22:57.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-03T23:04:42.810Z","etag":null,"topics":["authentication","microservice"],"latest_commit_sha":null,"homepage":"","language":"Go","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/crybapp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"cryb"}},"created_at":"2019-12-26T01:16:08.000Z","updated_at":"2024-06-19T10:06:32.373Z","dependencies_parsed_at":"2024-06-19T10:06:28.352Z","dependency_job_id":null,"html_url":"https://github.com/crybapp/auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/crybapp/auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crybapp","download_url":"https://codeload.github.com/crybapp/auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","microservice"],"created_at":"2026-01-14T13:50:38.493Z","updated_at":"2026-01-14T13:50:39.141Z","avatar_url":"https://github.com/crybapp.png","language":"Go","funding_links":["https://patreon.com/cryb"],"categories":[],"sub_categories":[],"readme":"![Cryb OSS](.github/cryb.png \"Cryb OSS Logo\")\n\n_**Auth** — Authentication microservice_\n\n[![GitHub contributors](https://img.shields.io/github/contributors/crybapp/auth)](https://github.com/crybapp/auth/graphs/contributors) [![License](https://img.shields.io/github/license/crybapp/auth)](https://github.com/crybapp/auth/blob/master/LICENSE) [![Patreon Donate](https://img.shields.io/badge/donate-Patreon-red.svg)](https://patreon.com/cryb)\n\n## Docs\n* [Info](#info)\n    * [Status](#status)\n* [Codebase](#codebase)\n    * [First time setup](#first-time-setup)\n        * [Installation](#installation)\n    * [Running the app locally](#running-the-app-locally)\n        * [Background services](#background-services)\n        * [Starting @cryb/auth](#starting-@cryb/auth)\n\t\t\t* [Building](#building)\n* [Questions / Issues](#questions--issues)\n\n## Info\n`@cryb/auth` is the microservice used authenticate users and other authenticated data types.\n\n### Status\n`@cryb/auth` has been actively developed since December 2019. In January 2020 it was rewritten in Go.\n\n## Codebase\nThe codebase for `@cryb/auth` is written in Go. MongoDB is used as the primary database.\n\n### First time setup\nFirst, clone the `@cryb/auth` repository locally:\n\n```\ngit clone https://github.com/crybapp/auth.git\n```\n\n#### Installation\nThe following services need to be installed for `@cryb/auth` to function:\n\n* MongoDB\n\nWe recommend that you run the following services alongside `@cryb/auth`, but it's not required.\n* `@cryb/api`\n* `@cryb/atlas`\n\nYou also need to install the required dependencies by running `go get -d ./`.\n\nEnsure that `.env.example` is either copied and renamed to `.env`, or is simply renamed to `.env`.\n\nIn this file, you'll need some values. Documentation is available in the `.env.example` file.\n\n### Running the app locally\n\n#### Background Services\nMake sure that you have installed MongoDB, and that it is running on port 27017.\n\nThe command to start MongoDB is `mongod`.\n\n#### Starting @cryb/auth\nTo run `@cryb/auth`, run `go run .`.\n\n#### Building\nTo build `@cryb/auth`, run `go build -o main .`.\n\nOnce built, run `./main` to run the compiled app.\n\n## Questions / Issues\n\nIf you have an issues with `@cryb/auth`, please either open a GitHub issue, contact a maintainer or join the [Cryb Discord Server](https://discord.gg/xdhEgD5) and ask in `#tech-support`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrybapp%2Fauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrybapp%2Fauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrybapp%2Fauth/lists"}