Go to file
dependabot[bot] f1f4e97a44
chore(deps): bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 02:13:01 +00:00
.github chore(deps): bump actions/setup-go from 5 to 6 2025-09-08 02:13:01 +00:00
client feat: upgrade client to spec v0.12.0 2024-07-04 13:45:45 +02:00
.editorconfig chore: setup project structure 2024-07-04 13:04:41 +02:00
.gitignore chore: setup project structure 2024-07-04 13:04:41 +02:00
.golangci.yml chore: enable linters 2024-07-04 13:10:51 +02:00
.goreleaser.yml chore: fix name 2024-07-04 13:34:47 +02:00
CODE_OF_CONDUCT.md chore: setup project structure 2024-07-04 13:04:41 +02:00
go.mod feat: update to go 1.22.4 2024-07-04 13:58:03 +02:00
go.sum feat: update to go 1.22.4 2024-07-04 13:58:03 +02:00
LICENSE chore: setup project structure 2024-07-04 13:04:41 +02:00
Makefile feat: upgrade oapi-codegen v2.3.0 2024-07-04 13:21:46 +02:00
README.md docs: link hano project in README 2024-07-04 13:47:38 +02:00

hanko-go

Build Status Go Report Card GoDoc

The hanko-go repository provides Go clients for integrating with Hanko Auth. 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:

$ make brew

Regenerate code:

$ make generate

Run linter & tests:

$ make lint
$ make test

License

Distributed under MIT License, please see license file within the code for more details.