Skip to content

Commit

Permalink
Merge pull request #3 from foomo/oapi-codegen-v2.3.0
Browse files Browse the repository at this point in the history
feat: upgrade oapi-codegen v2.3.0
  • Loading branch information
loeffert committed Jul 4, 2024
2 parents e2089e7 + 3d4d5f1 commit ecc6f10
Show file tree
Hide file tree
Showing 8 changed files with 567 additions and 858 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export BIN_DIR=$(shell pwd)/bin
export TEMP_DIR=$(shell pwd)/tmp
export PATH=${BIN_DIR}:$(shell echo $$PATH)

OAPI_CODEGEN_VERSION:=1.12.4
OAPI_CODEGEN_VERSION:=2.3.0

# --- Targets -----------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading

0 comments on commit ecc6f10

Please sign in to comment.