Skip to content

foomo/hanko-go

Repository files navigation

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.