You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,36 @@ A library that gives you access to the powerful Parse Server backend from your J
26
26
27
27
---
28
28
29
-
-[Getting Started](#getting-started)
30
-
-[Using Parse on Different Platforms](#using-parse-on-different-platforms)
31
-
-[Core Manager](#core-manager)
32
29
-[Compatibility](#compatibility)
33
30
-[Parse Server](#parse-server)
34
31
-[Node.js](#nodejs)
32
+
-[Getting Started](#getting-started)
33
+
-[Using Parse on Different Platforms](#using-parse-on-different-platforms)
34
+
-[Core Manager](#core-manager)
35
35
-[3rd Party Authentications](#3rd-party-authentications)
36
36
-[Experimenting](#experimenting)
37
37
-[Contributing](#contributing)
38
38
39
+
## Compatibility
40
+
41
+
### Parse Server
42
+
43
+
Parse JS SDK is compatible with the following versions of Parse Server.
44
+
45
+
| Parse JS SDK | Parse Server |
46
+
|------------------|--------------|
47
+
| >= 4.0.0 < 5.0.0 | <= 6.0.0 |
48
+
| >= 5.0.0 | >= 7.0.0 |
49
+
50
+
### Node.js
51
+
52
+
Parse JS SDK is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
53
+
54
+
| Version | Latest Version | End-of-Life | Compatible |
Parse JS SDK is compatible with the following versions of Parse Server.
110
-
111
-
| Parse JS SDK | Parse Server |
112
-
|--------------|--------------|
113
-
| 4.x.x | <= 6.x.x |
114
-
| 5.x.x | >= 7.x.x |
115
-
116
-
### Node.js
117
-
118
-
Parse JS SDK is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
119
-
120
-
| Version | Latest Version | End-of-Life | Compatible |
Parse Server supports many [3rd Party Authenications][3rd-party-auth]. It is possible to [linkWith][link-with] any 3rd Party Authentication by creating a [custom authentication module][custom-auth-module].
0 commit comments