Skip to content

Commit 4ff4454

Browse files
Merge pull request #352 from Authing/doc-web-guard-20230713
Doc web guard 20230713
2 parents 49365e0 + 1a1e94a commit 4ff4454

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<table>
2+
<tr>
3+
<th>Guard 包名</th>
4+
<th>版本</th>
5+
<th>快速开始</th>
6+
</tr>
7+
<tr>
8+
<td>
9+
@authing/react-ui-components
10+
</td>
11+
<td>
12+
<a href="https://www.npmjs.com/package/@authing/react-ui-components" target="_blank" rel="noopener noreferrer"><img src="https://badge.fury.io/js/@authing%2Freact-ui-components.svg" alt="npm version"><OutboundLink /></a>
13+
</td>
14+
<td>
15+
<a href="https://docs.authing.cn/v2/reference/guard/v2/react.html" _target="blank">
16+
将 Guard 接入到 React 项目
17+
</a>
18+
</td>
19+
</tr>
20+
<tr>
21+
<td>
22+
@authing/react18-ui-components
23+
</td>
24+
<td>
25+
<a href="https://www.npmjs.com/package/@authing/react18-ui-components" target="_blank" rel="noopener noreferrer"><img src="https://badge.fury.io/js/@authing%2Freact18-ui-components.svg" alt="npm version"><OutboundLink /></a>
26+
</td>
27+
<td>
28+
<a href="https://docs.authing.cn/v2/reference/guard/v2/react.html" _target="blank">
29+
将 Guard 接入到 React18 项目
30+
</a>
31+
</td>
32+
</tr>
33+
<tr>
34+
<td>
35+
@authing/vue-ui-components
36+
</td>
37+
<td>
38+
<a href="https://www.npmjs.com/package/@authing/vue-ui-components" target="_blank" rel="noopener noreferrer"><img src="https://badge.fury.io/js/@authing%2Fvue-ui-components.svg" alt="npm version"><OutboundLink /></a>
39+
</td>
40+
<td>
41+
<a href="https://docs.authing.cn/v2/reference/guard/v2/vue.html" _target="blank">
42+
将 Guard 接入到 Vue 项目
43+
</a>
44+
</td>
45+
</tr>
46+
<tr>
47+
<td>
48+
@authing/ng-ui-components
49+
</td>
50+
<td>
51+
<a href="https://www.npmjs.com/package/@authing/ng-ui-components" target="_blank" rel="noopener noreferrer"><img src="https://badge.fury.io/js/@authing%2Fng-ui-components.svg" alt="npm version"><OutboundLink /></a>
52+
</td>
53+
<td>
54+
<a href="https://docs.authing.cn/v2/reference/guard/v2/angular.html" _target="blank">
55+
将 Guard 接入到 Angular 项目
56+
</a>
57+
</td>
58+
</tr>
59+
<tr>
60+
<td>
61+
@authing/native-js-ui-components
62+
</td>
63+
<td>
64+
<a href="https://www.npmjs.com/package/@authing/native-js-ui-components" target="_blank" rel="noopener noreferrer"><img src="https://badge.fury.io/js/@authing%2Fnative-js-ui-components.svg" alt="npm version"><OutboundLink /></a>
65+
</td>
66+
<td>
67+
<a href="https://docs.authing.cn/v2/reference/guard/v2/native-javascript.html" _target="blank">
68+
将 Guard 接入到原生 JS 项目
69+
</a>
70+
</td>
71+
</tr>
72+
</table>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.213
1+
1.3.214

0 commit comments

Comments
 (0)