forked from auth0/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_libraries_support_sdks.html
61 lines (61 loc) · 1.96 KB
/
_libraries_support_sdks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<table class="table">
<thead>
<tr>
<th width="25%">SDK</th>
<th width="55%">Version</th>
<th width="20%">Level of Support</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/auth0/auth0-spa-js">Auth0 Single Page Application SDK</a></td>
<td>v1</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/auth0-react">Auth0 React SDK</a></td>
<td>v1</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/auth0.js">Auth0.js</a></td>
<td>v9</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/Auth0.Android">Auth0 Android</a></td>
<td>v1</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/Auth0.Swift">Auth0 Swift</a></td>
<td>v1</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/Auth0.net">Auth0 .NET</a></td>
<td>v4</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/Auth0-java">Auth0 Java</a></td>
<td>v1</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/node-auth0">Auth0 Node</a></td>
<td>v2</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/auth0-python">Auth0 Python</a></td>
<td>v2</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
<tr>
<td><a href="https://github.com/auth0/auth0-php">Auth0 PHP</a></td>
<td>v7.3</td>
<td><div class="label label-primary">Supported</div></td>
</tr>
</tbody>
</table>