{"id":22511329,"url":"https://github.com/dictybase/modware-user","last_synced_at":"2026-05-04T02:35:03.570Z","repository":{"id":32118522,"uuid":"108610267","full_name":"dictyBase/modware-user","owner":"dictyBase","description":"dictyBase API server for managing users.","archived":false,"fork":false,"pushed_at":"2023-10-25T21:54:42.000Z","size":453,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-04T20:37:53.466Z","etag":null,"topics":["golang","grpc"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dictyBase.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":"2017-10-28T01:23:28.000Z","updated_at":"2023-08-21T11:16:39.000Z","dependencies_parsed_at":"2024-06-21T04:11:09.481Z","dependency_job_id":"6f1b9581-1d71-4f46-83b4-a1cd040f42b9","html_url":"https://github.com/dictyBase/modware-user","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-user","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-user/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-user/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-user/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dictyBase","download_url":"https://codeload.github.com/dictyBase/modware-user/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245949555,"owners_count":20698917,"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":["golang","grpc"],"created_at":"2024-12-07T02:11:09.958Z","updated_at":"2026-05-04T02:34:58.534Z","avatar_url":"https://github.com/dictyBase.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# modware-user\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](LICENSE)  \n![Continuous integration](https://github.com/dictyBase/modware-user/workflows/Continuous%20integration/badge.svg)\n[![codecov](https://codecov.io/gh/dictyBase/modware-user/branch/develop/graph/badge.svg)](https://codecov.io/gh/dictyBase/modware-user)\n[![Maintainability](https://api.codeclimate.com/v1/badges/30e9b0421a28b8e0d941/maintainability)](https://codeclimate.com/github/dictyBase/modware-user/maintainability)  \n![Last commit](https://badgen.net/github/last-commit/dictyBase/modware-user/develop)   \n[![Funding](https://badgen.net/badge/Funding/Rex%20L%20Chisholm,dictyBase,DCR/yellow?list=|)](https://projectreporter.nih.gov/project_info_description.cfm?aid=10024726\u0026icde=0)\n\n[dictyBase](http://dictybase.org) **API** server for managing users, their\nroles and permissions. The API server supports both gRPC and HTTP/JSON protocol\nfor data exchange.\n\n## Usage\n\n```\nNAME:\n   modware-user - starts the modware-user microservice with HTTP and grpc backends\n\nUSAGE:\n   modware-user [global options] command [command options] [arguments...]\n\nVERSION:\n   1.0.0\n\nCOMMANDS:\n     help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --dictyuser-pass value  dictyuser database password [$DICTYUSER_PASS]\n   --dictyuser-db value    dictyuser database name [$DICTYUSER_DB]\n   --dictyuser-user value  dictyuser database user [$DICTYUSER_USER]\n   --dictyuser-host value  dictyuser database host (default: \"dictyuser-backend\") [$DICTYUSER_BACKEND_SERVICE_HOST]\n   --dictyuser-port value  dictyuser database port [$DICTYUSER_BACKEND_SERVICE_PORT]\n   --port value            tcp port at which the servers will be available (default: \"9596\")\n   --help, -h              show help\n   --version, -v           print the version\n\n```\n\n## API\n\n### gRPC\n\nThe protocol buffer definitions and service apis are documented\n[here](https://github.com/dictyBase/dictybaseapis/tree/master/dictybase/user).\n\n# Misc. badges\n![Issues](https://badgen.net/github/issues/dictyBase/modware-user)\n![Open Issues](https://badgen.net/github/open-issues/dictyBase/modware-user)\n![Closed Issues](https://badgen.net/github/closed-issues/dictyBase/modware-user)  \n![Total PRS](https://badgen.net/github/prs/dictyBase/modware-user)\n![Open PRS](https://badgen.net/github/open-prs/dictyBase/modware-user)\n![Closed PRS](https://badgen.net/github/closed-prs/dictyBase/modware-user)\n![Merged PRS](https://badgen.net/github/merged-prs/dictyBase/modware-user)  \n![Commits](https://badgen.net/github/commits/dictyBase/modware-user/develop)\n![Branches](https://badgen.net/github/branches/dictyBase/modware-user)\n![Tags](https://badgen.net/github/tags/dictyBase/modware-user/?color=cyan)  \n![GitHub repo size](https://img.shields.io/github/repo-size/dictyBase/modware-user?style=plastic)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/dictyBase/modware-user?style=plastic)\n[![Lines of Code](https://badgen.net/codeclimate/loc/dictyBase/modware-user)](https://codeclimate.com/github/dictyBase/modware-user/code)  \n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://cybersiddhu.github.com/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/48740?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSiddhartha Basu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/dictyBase/modware-user/issues?q=author%3Acybersiddhu\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/dictyBase/modware-user/commits?author=cybersiddhu\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#content-cybersiddhu\" title=\"Content\"\u003e🖋\u003c/a\u003e \u003ca href=\"https://github.com/dictyBase/modware-user/commits?author=cybersiddhu\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#maintenance-cybersiddhu\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.erichartline.net/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/13489381?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEric Hartline\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/dictyBase/modware-user/issues?q=author%3Awildlifehexagon\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/dictyBase/modware-user/commits?author=wildlifehexagon\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#content-wildlifehexagon\" title=\"Content\"\u003e🖋\u003c/a\u003e \u003ca href=\"https://github.com/dictyBase/modware-user/commits?author=wildlifehexagon\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#maintenance-wildlifehexagon\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdictybase%2Fmodware-user","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdictybase%2Fmodware-user","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdictybase%2Fmodware-user/lists"}