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
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ Traditional deployments of the official CodePush Standalone on Azure require *an
40
40
41
41
**Note:** Network bandwidth cost is not included in the comparison. By using Cloudflare's infrastructure, network bandwidth cost is almost free for most use cases.
42
42
43
-
44
43
## Key Benefits
45
44
46
45
* ✨ **Global, Serverless, Effortless:** Deliver updates globally with low latency, powered by Cloudflare's edge network, all without managing any servers.
@@ -56,6 +55,30 @@ Traditional deployments of the official CodePush Standalone on Azure require *an
56
55
- 🌐 **Edge Delivery**: Utilizes Cloudflare's edge network for fast updates.
57
56
- ⚡️ **Seamless Deployment:** Deploy your CodePush server to Cloudflare Workers with a streamlined and simplified process, reducing the setup time and effort
58
57
58
+
## Implementation Status (Test Passes)
59
+
60
+
### Server
61
+
62
+
-[x] Auth: Handles user authentication and session management. (Admin API)
63
+
-[x] Github Auth: Supports authentication using GitHub OAuth.
0 commit comments