Go to file
dependabot[bot] 25fb6ae8f9
chore(deps): bump golangci/golangci-lint-action from 4 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 11:14:56 +00:00
.github chore(deps): bump golangci/golangci-lint-action from 4 to 6 2024-07-04 11:14:56 +00:00
client chore: enable linters 2024-07-04 13:10:51 +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: setup project structure 2024-07-04 13:04:41 +02:00
CODE_OF_CONDUCT.md chore: setup project structure 2024-07-04 13:04:41 +02:00
go.mod feat: generate hanko clients v0.11.0 2024-06-06 19:03:08 +02:00
go.sum feat: generate hanko clients v0.11.0 2024-06-06 19:03:08 +02:00
LICENSE chore: setup project structure 2024-07-04 13:04:41 +02:00
Makefile chore: setup project structure 2024-07-04 13:04:41 +02:00
README.md feat: generate hanko clients v0.11.0 2024-06-06 19:03:08 +02:00

hanko-go

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.

Feel free to explore the code and contribute to the development of hanko-go on GitHub.