{"id":21872712,"url":"https://github.com/isaqueveras/powersso","last_synced_at":"2025-04-15T00:16:19.771Z","repository":{"id":37544059,"uuid":"505933001","full_name":"isaqueveras/powersso","owner":"isaqueveras","description":"🐈‍⬛ 🐈 Authenticator and user manager for systems (under construction)","archived":false,"fork":false,"pushed_at":"2024-04-14T00:58:57.000Z","size":14001,"stargazers_count":7,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T00:15:57.239Z","etag":null,"topics":["2fa","authentication","jwt","open-source","otp","powersso","sso"],"latest_commit_sha":null,"homepage":"https://github.com/isaqueveras/powersso","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/isaqueveras.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":{"github":["isaqueveras"]}},"created_at":"2022-06-21T17:00:58.000Z","updated_at":"2024-10-02T22:16:00.000Z","dependencies_parsed_at":"2022-07-19T18:04:33.626Z","dependency_job_id":"978ff5de-34f9-47d9-a1f2-2141903b6b28","html_url":"https://github.com/isaqueveras/powersso","commit_stats":{"total_commits":157,"total_committers":3,"mean_commits":"52.333333333333336","dds":0.3184713375796179,"last_synced_commit":"4c9e9c4aef02190de0a9681bf3f2fb0a1031b827"},"previous_names":["isaqueveras/power-sso"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaqueveras%2Fpowersso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaqueveras%2Fpowersso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaqueveras%2Fpowersso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaqueveras%2Fpowersso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaqueveras","download_url":"https://codeload.github.com/isaqueveras/powersso/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981268,"owners_count":21193147,"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":["2fa","authentication","jwt","open-source","otp","powersso","sso"],"created_at":"2024-11-28T06:22:26.318Z","updated_at":"2025-04-15T00:16:19.750Z","avatar_url":"https://github.com/isaqueveras.png","language":"Go","funding_links":["https://github.com/sponsors/isaqueveras"],"categories":[],"sub_categories":[],"readme":"# PowerSSO\nPowerSSO is a authenticator and user manager for systems (under construction) \n\n[If you want to use a web interface, run the project.](https://github.com/isaqueveras/powersso-ui)\n\n\u003cp\u003e\n  \u003cimg alt=\"Go report\" src=\"https://goreportcard.com/badge/isaqueveras/powersso\"\u003e\n  \u003cimg alt=\"\" src=\"https://github.com/isaqueveras/powersso/actions/workflows/go.yml/badge.svg\"\u003e\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/languages/top/isaqueveras/powersso\"\u003e\n  \u003cimg alt=\"Lines of code\" src=\"https://img.shields.io/tokei/lines/github/isaqueveras/powersso\"\u003e\n  \u003ca href=\"https://github.com/isaqueveras/powersso/commits/main\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/isaqueveras/powersso\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n![permission architecture](https://github.com/isaqueveras/powersso/assets/46972789/e2c91750-2fcc-4ba9-b4ef-324d7dece6e0)\n\n## 🚀 How to run the project\n📌 Before starting, you will need to have the [Golang][golang] language installed on your machine.\n\n### 🧭 Running the application\n\n```bash\n# Clone this repository\n$ git clone https://github.com/isaqueveras/powersso\n\n# Access the project folder in your terminal/cmd\n$ cd powersso\n\n# Install the dependencies\n$ go mod tidy\n\n# Run postgres database\n$ make dev\n\n# Run the migrations\n$ make migrate-up\n\n# Run the application in development mode\n$ go run main.go\n```\n\n```bash\n- The backend will open on the port:5000        # access http://localhost:5000\n```\n## 😯 How to contribute to the project\n\n1. **Fork** the project.\n2. Create a new branch with your changes: `git checkout -b my-feature`\n3. Save the changes and create a commit message telling what you did: `git commit -m \"feature: My new feature\"`\n4. Submit your changes: `git push origin my-feature`\n\nIf you have any questions, check this [GitHub Contributing Guide](https://github.com/firstcontributions/first-contributions)\n\n## Contributors\n\u003ca href=\"https://github.com/isaqueveras/powersso/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=isaqueveras/powersso\u0026max=100\" alt=\"List of contributors to the powerSSO project\"/\u003e\n\u003c/a\u003e\n\n[golang]: https://go.dev/\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=isaqueveras/powersso\u0026type=Date)](https://star-history.com/#isaqueveras/powersso\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaqueveras%2Fpowersso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaqueveras%2Fpowersso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaqueveras%2Fpowersso/lists"}