{"id":37106174,"url":"https://github.com/t73fde/go-auth-s","last_synced_at":"2026-01-14T12:47:37.532Z","repository":{"id":64304138,"uuid":"205204620","full_name":"t73fde/go-auth-s","owner":"t73fde","description":"Simple HTTP Basic Authentication Web Server","archived":true,"fork":false,"pushed_at":"2020-03-01T13:14:50.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T17:53:16.529Z","etag":null,"topics":["authentication","basic-authentication","http","http-server","web"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t73fde.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-29T16:23:43.000Z","updated_at":"2023-09-21T08:21:52.000Z","dependencies_parsed_at":"2023-01-15T10:15:45.069Z","dependency_job_id":null,"html_url":"https://github.com/t73fde/go-auth-s","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/t73fde/go-auth-s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t73fde%2Fgo-auth-s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t73fde%2Fgo-auth-s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t73fde%2Fgo-auth-s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t73fde%2Fgo-auth-s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t73fde","download_url":"https://codeload.github.com/t73fde/go-auth-s/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t73fde%2Fgo-auth-s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","basic-authentication","http","http-server","web"],"created_at":"2026-01-14T12:47:36.507Z","updated_at":"2026-01-14T12:47:37.524Z","avatar_url":"https://github.com/t73fde.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-auth-s\nSimple HTTP Basic Authentication Web Server.\n\nProvides a simple web server that acts as an authentication server, mostly for\ndevelopment purposes. This is the Go version. There is also a Python version.\n\nTo avoid re-implementation of user authentication based on user/password\nscheme, application could delegate this to a web server using HTTP Basic\nAuthentication. This abstracts away authentications details. Application just\nneed an appropriate URI to configure authentication.\n\nThis simple web server is for development purposes. It provides a web server\nthat authenticates all access to any ressource (identified by a path):\n\n* If there is no user name and password given, it returns 401 (Authentication\n  required).\n* If the user name or the password is an empty string, it returns 403\n  (Forbidden).\n* If the user name starts with a `x`, it returns 403 (Forbidden).\n* If the user name starts with a `q` and the password is different to the user\n  name, it returns 403 (Forbidden).\n* Otherwise it returns 200 (OK)\n\nThe server listens on port 9876. This can changed by using the `-p` command\nline parameter, eg. `./go-auth-s -p 1234` for listening on port 1234.\n\nMy students are encouraged to use this server. A simple motivation is given by\nmy blog post [HTTP Basic Auth als Infrastruktur zur\nAuthentifizierung](https://t73f.de/blog/2019/basic_auth_infrastruktur/) (in\ngerman).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft73fde%2Fgo-auth-s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft73fde%2Fgo-auth-s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft73fde%2Fgo-auth-s/lists"}