From 3d4d5f111138bd8d8c259880d0b043f959c2f9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20L=C3=B6ffert?= Date: Thu, 4 Jul 2024 13:47:38 +0200 Subject: [PATCH] docs: link hano project in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb46ac..4199f76 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/foomo/hanko-go)](https://goreportcard.com/report/github.com/foomo/hanko-go) [![GoDoc](https://godoc.org/github.com/foomo/hanko-go?status.svg)](https://godoc.org/github.com/foomo/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. +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.