{"id":16003455,"url":"https://github.com/nhatthm/go-authenticator","last_synced_at":"2025-04-05T01:40:50.767Z","repository":{"id":226103073,"uuid":"760153970","full_name":"nhatthm/go-authenticator","owner":"nhatthm","description":"Manage and generate one-time passwords for multiple accounts.","archived":false,"fork":false,"pushed_at":"2024-04-15T14:51:50.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T21:04:06.664Z","etag":null,"topics":["2fa","authenticator","authy","go","golang","mfa","otp","totp"],"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/nhatthm.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":"2024-02-19T22:06:44.000Z","updated_at":"2024-06-21T13:04:27.983Z","dependencies_parsed_at":"2024-03-25T19:47:58.919Z","dependency_job_id":"3822a351-a3c2-4539-bdd0-c8af29913447","html_url":"https://github.com/nhatthm/go-authenticator","commit_stats":null,"previous_names":["nhatthm/go-authenticator"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-authenticator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-authenticator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-authenticator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhatthm%2Fgo-authenticator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhatthm","download_url":"https://codeload.github.com/nhatthm/go-authenticator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276096,"owners_count":20912287,"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","authenticator","authy","go","golang","mfa","otp","totp"],"created_at":"2024-10-08T10:20:48.543Z","updated_at":"2025-04-05T01:40:50.758Z","avatar_url":"https://github.com/nhatthm.png","language":"Go","funding_links":["https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY"],"categories":[],"sub_categories":[],"readme":"# Authenticator\n\n[![GitHub Releases](https://img.shields.io/github/v/release/nhatthm/go-authenticator)](https://github.com/nhatthm/go-authenticator/releases/latest)\n[![Build Status](https://github.com/nhatthm/go-authenticator/actions/workflows/test.yaml/badge.svg)](https://github.com/nhatthm/go-authenticator/actions/workflows/test.yaml)\n[![codecov](https://codecov.io/gh/nhatthm/go-authenticator/branch/master/graph/badge.svg?token=eTdAgDE2vR)](https://codecov.io/gh/nhatthm/go-authenticator)\n[![Go Report Card](https://goreportcard.com/badge/go.nhat.io/authenticator)](https://goreportcard.com/report/go.nhat.io/authenticator)\n[![GoDevDoc](https://img.shields.io/badge/dev-doc-00ADD8?logo=go)](https://pkg.go.dev/go.nhat.io/authenticator)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY)\n\nManage and generate one-time passwords for multiple accounts.\n\n## Prerequisites\n\n- `Go \u003e= 1.23`\n\n### Keyring\n\nSupport **OS X**, **Linux/BSD (dbus)** and **Windows**.\n\n#### OS X\n\nThe OS X implementation depends on the `/usr/bin/security` binary for\ninterfacing with the OS X keychain. It should be available by default.\n\n#### Linux and *BSD\n\nThe Linux and *BSD implementation depends on the [Secret Service][SecretService] dbus\ninterface, which is provided by [GNOME Keyring](https://wiki.gnome.org/Projects/GnomeKeyring).\n\nIt's expected that the default collection `login` exists in the keyring, because\nit's the default in most distros. If it doesn't exist, you can create it through the\nkeyring frontend program [Seahorse](https://wiki.gnome.org/Apps/Seahorse):\n\n* Open `seahorse`\n* Go to **File \u003e New \u003e Password Keyring**\n* Click **Continue**\n* When asked for a name, use: **login**\n\n## Install\n\n```bash\ngo get go.nhat.io/authenticator\n```\n\n## Data Storage and Security\n\nThe accounts are grouped as namespace, the list of namespaces is stored in `$HOME/.authenticator.toml`. The content is in plain text and in `toml` format.\n\nFor example\n\n```toml\nnamespace = [\"namespace1\", \"namespace2\"]\n```\n\nThe namespace data, such as namespace name, and accounts are stored in the keyring in `go.nhat.io/authenticator` service and `\u003cnamespace\u003e` key.\n\nThe totp secret of each account is stored in the keyring in `go.nhat.io/authenticator` service and `\u003cnamespace\u003e/\u003caccount\u003e` key.\n\n## Donation\n\nIf this project help you reduce time to develop, you can give me a cup of coffee :)\n\n### Paypal donation\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=PJZSGJN57TDJY)\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;or scan this\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1154587/113494222-ad8cb200-94e6-11eb-9ef3-eb883ada222a.png\" width=\"147px\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhatthm%2Fgo-authenticator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhatthm%2Fgo-authenticator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhatthm%2Fgo-authenticator/lists"}