{"id":21461515,"url":"https://github.com/zix99/simple-auth","last_synced_at":"2025-08-10T12:11:51.637Z","repository":{"id":99391404,"uuid":"323976487","full_name":"zix99/simple-auth","owner":"zix99","description":"Authentication made simple","archived":false,"fork":false,"pushed_at":"2021-12-19T18:39:23.000Z","size":2720,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T00:31:36.177Z","etag":null,"topics":["authentication","docker","docker-compose","gateway","golang","oauth2","oauth2-server","openid-connect","reverse-proxy","simple","vuejs"],"latest_commit_sha":null,"homepage":"https://simple-auth.zdyn.net/","language":"Go","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/zix99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2020-12-23T18:37:59.000Z","updated_at":"2024-10-16T09:30:00.000Z","dependencies_parsed_at":"2023-04-03T15:09:06.847Z","dependency_job_id":null,"html_url":"https://github.com/zix99/simple-auth","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zix99/simple-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fsimple-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fsimple-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fsimple-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fsimple-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zix99","download_url":"https://codeload.github.com/zix99/simple-auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fsimple-auth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269720724,"owners_count":24464360,"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-08-10T02:00:08.965Z","response_time":71,"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","docker","docker-compose","gateway","golang","oauth2","oauth2-server","openid-connect","reverse-proxy","simple","vuejs"],"created_at":"2024-11-23T07:09:30.172Z","updated_at":"2025-08-10T12:11:51.623Z","avatar_url":"https://github.com/zix99.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-auth\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/zix99/simple-auth)\n![GitHub all releases](https://img.shields.io/github/downloads/zix99/simple-auth/total)\n![Docker Pulls](https://img.shields.io/docker/pulls/zix99/simple-auth)\n![Docker Image Size (latest)](https://img.shields.io/docker/image-size/zix99/simple-auth/latest)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/zix99/simple-auth)\n\nSimple-auth is a lightweight, whitelabeled, authentication solution targeting small and medium sites. \nIt allows users to sign-up with a UI, offering various providers.  Then, via various authenticators, allows\n3rd party appliances to authenticate with it.\n\n[Read the Documentation](https://simple-auth.zdyn.net)\n\nView examples in /docs/examples\n\n![Simple-auth](docs/simpleauth.png)\n\n# Running Simple Auth\n\n[Read Quickstart](https://simple-auth.zdyn.net/quickstart.html)\n\n# Development\n\nFirst, make sure to have `go` \u003e= 1.15.3, and use [nvm](https://github.com/nvm-sh/nvm) to use the correct version from `.nvmrc`\n\n## Dev-Mode\n\nTwo commands need to be run to dev:\n```sh\n# Runs frontend code in watch mode\nnpm run dev\n\n# Runs the server\nmake rundev\n```\n\n## Building\n\n```\nmake\n```\n\nOR with docker\n\n```\ndocker build .\n```\n\n### Build Tags\n\nSome parts of the build are optional \u0026 configurable.\n\nYou can specify the following tags on a `go build`\n\n* `box` Includes any boxed files as part of `go generate ./...` in the resulting binary\n* `prometheus` Compiles a prometheus endpoint into the app\n* `swagger` Compiles the swagger doc and endpoint into the app\n\n\n# License\n\nCopyright (c) 2020 Christopher LaPointe\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Fsimple-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzix99%2Fsimple-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Fsimple-auth/lists"}