Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.34 KB

README-zh_CN.md

File metadata and controls

50 lines (31 loc) · 1.34 KB

SDK for Go

License

简体中文 | English

简介

你可以使用 Authing Go SDK 快速为新开发的或已有的后端应用集成认证能力

参考文档

安装

安装 golang sdk 库,请运行:

go get github.com/Authing/authing-go-sdk

常见问题

如果需要在线技术支持,可访问官方论坛. 此仓库的 issue 仅用于上报 Bug 和提交新功能特性。

开源共建

  • Fork 此仓库
  • 创建自己的 git 分支 (git checkout -b my-new-feature)
  • 提交你的修改 (git commit -am 'Add some feature')
  • 将修改内容推送到远程分支 (git push -u origin my-new-feature)
  • 创建一个 Pull Request

贡献

https://github.com/Authing/.github/blob/main/CONTRIBUTING.md

开源许可

MIT

Copyright (c) 2019-present, Authing