https://github.com/foomo/hanko-go
Hanko Auth Go client
https://github.com/foomo/hanko-go
foomo foomo-hanko hanko
Last synced: 5 days ago
JSON representation
Hanko Auth Go client
- Host: GitHub
- URL: https://github.com/foomo/hanko-go
- Owner: foomo
- License: mit
- Created: 2024-06-05T09:20:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-23T22:14:39.000Z (3 months ago)
- Last Synced: 2026-03-24T20:55:49.512Z (3 months ago)
- Topics: foomo, foomo-hanko, hanko
- Language: Makefile
- Homepage: https://www.foomo.org
- Size: 205 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hanko-go
[](https://github.com/foomo/hanko-go/actions/workflows/test.yml)
[](https://goreportcard.com/report/github.com/foomo/hanko-go)
[](https://godoc.org/github.com/foomo/hanko-go)
The `hanko-go` repository provides Go clients for integrating with [Hanko Auth](https://github.com/teamhanko/hanko). It includes a public client and an admin client, allowing developers to easily incorporate Hanko authentication into their Go applications.
To get started, refer to the documentation and examples provided in the repository. The public client offers functionalities for user authentication and verification, while the admin client provides capabilities for managing Hanko Auth resources and configurations.
## How to Contribute
Feel free to explore the code and contribute to the development of `hanko-go` on GitHub.
Download required binaries:
```shell
$ make brew
```
Regenerate code:
```shell
$ make generate
```
Run linter & tests:
```shell
$ make lint
$ make test
```
## License
Distributed under MIT License, please see license file within the code for more details.