mirror of
https://github.com/foomo/hanko-go.git
synced 2025-10-16 12:35:35 +00:00
Merge branch 'main' into dependabot/github_actions/golangci/golangci-lint-action-6
This commit is contained in:
commit
c1c72b15e6
@ -1,9 +1,9 @@
|
||||
project_name: keel
|
||||
project_name: hanko-go
|
||||
|
||||
release:
|
||||
github:
|
||||
owner: foomo
|
||||
name: keel
|
||||
name: hanko-go
|
||||
prerelease: auto
|
||||
|
||||
builds:
|
||||
|
||||
30
README.md
30
README.md
@ -1,7 +1,37 @@
|
||||
# hanko-go
|
||||
|
||||
[](https://github.com/foomo/hanko-go/actions/workflows/test.yml)
|
||||
[](https://goreportcard.com/report/github.com/foomo/hanko-go)
|
||||
[](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.
|
||||
|
||||
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:
|
||||
|
||||
```shell
|
||||
$ make brew
|
||||
```
|
||||
|
||||
Regenerate code:
|
||||
|
||||
```shell
|
||||
$ make generate
|
||||
```
|
||||
|
||||
Run linter & tests:
|
||||
|
||||
```shell
|
||||
$ make lint
|
||||
$ make test
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Distributed under MIT License, please see license file within the code for more details.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user