|
1 |
| -# Authing |
2 |
| - |
3 |
| - |
4 |
| -Authing 在云上为企业和开发者提供专业的身份认证和授权服务。<br> |
5 |
| -你可以将任意平台的应用接入到 Authing ,同时还可以自定义应用程序的登录方式(如:邮箱/密码、短信/验证码、社会化登录等)。<br> |
6 |
| -你可以根据你使用的技术,来选择我们的 SDK 或调用相关 API 来接入你的应用。当用户发起授权请求时,Authing 会帮助你认证他们的身份和返回必要的用户信息到你的应用中。<br> |
7 |
| -为方便你的快速接入,我们提供以下指引。 |
8 |
| - |
9 |
| -## 网站地址 |
10 |
| -- [https://www.authing.cn](https://www.authing.cn) |
11 |
| - |
12 |
| -## 开发者资源 |
13 |
| -- [开放 API 门户](https://www.apifox.cn/apidoc/project-548164/doc-422080) |
14 |
| -- [SDK 文档](https://docs.authing.cn/v2/) |
15 |
| -- [快速开始](https://docs.authing.cn/v2/quickstarts/) |
16 |
| -- [使用指南](https://docs.authing.cn/v2/guides/) |
17 |
| -## 开发者社区 |
18 |
| -- [开发者论坛](https://forum.authing.cn/) |
19 |
| -- [博客](https://www.authing.cn/blog) |
20 |
| -## 推荐阅读 |
21 |
| -- [认证你的第一个用户](https://docs.authing.cn/v2/guides/basics/authenticate-first-user/) |
22 |
| -- [授权](https://docs.authing.cn/v2/guides/authorization/) |
23 |
| -- [迁移用户到 Authing](https://docs.authing.cn/v2/guides/migrations/) |
24 |
| -- [管理用户目录](https://docs.authing.cn/v2/guides/users/) |
25 |
| -- [管理用户权限](https://docs.authing.cn/v2/guides/access-control/) |
26 |
| -## 建议贡献步骤 |
27 |
| -1. Fork 该项目 |
28 |
| -3. 在自己项目中创建分支 |
29 |
| -4. 用 markdown 改动项目 |
30 |
| -5. 提交改动 |
31 |
| -6. 创建 pull request |
32 |
| -## 更新记录 |
33 |
| -| 版本号 | 更新时间 | 更新内容 | |
34 |
| -| ------ | ------ | --------- | |
35 |
| -| V1.3 | 2022.4.22 | 1.添加 docs 链接<br>2.修复内容问题| |
36 |
| -| V1.2 | 2021.5.20 | 文档翻新 | |
37 |
| -| V1.1 | 2021.1.25 | 初始化项目 | |
38 |
| -## 联系我们 |
39 |
| -如果遇到问题,你可以在 [authing-chat/community](https://forum.authing.cn/) 联系我们。 |
| 1 | +<div align=center> |
| 2 | + <img width="250" src="https://files.authing.co/authing-console/authing-logo-new-20210924.svg" /> |
| 3 | +</div> |
| 4 | + |
| 5 | +<div align="center"> |
| 6 | + <a href="https://forum.authing.cn/" target="_blank"><img src="https://img.shields.io/badge/chat-forum-blue" /></a> |
| 7 | + <a href="javascript:;"><img src="https://img.shields.io/badge/License-MIT-success" alt="License"></a> |
| 8 | +</div> |
| 9 | + |
| 10 | +English | [简体中文](./README-zh_CN.md) |
| 11 | + |
| 12 | +Document source for Authing [docs.authing.cn](https://docs.authing.cn/v2/). |
| 13 | + |
| 14 | +<div align="center"> |
| 15 | + <img width="650" alt="image" src="https://user-images.githubusercontent.com/1890238/183325636-763a692d-77e1-4c41-a09f-10121ea4b006.png"> |
| 16 | +</div> |
| 17 | + |
| 18 | +## Questions |
| 19 | + |
| 20 | +For questions and support please use the [official forum](https://forum.authing.cn/). The issue list of this repo is exclusively for bug reports and feature requests. |
| 21 | + |
| 22 | +## Contribution |
| 23 | + |
| 24 | +See [CONTRIBUTING Guide](https://github.com/Authing/.github/blob/main/CONTRIBUTING.md). |
| 25 | + |
| 26 | +## License |
| 27 | + |
| 28 | +[MIT](https://opensource.org/licenses/MIT) |
| 29 | + |
| 30 | +Copyright (c) 2019 Authing |
| 31 | + |
0 commit comments