Skip to content

Commit b4d1c11

Browse files
committed
chore: udpate link to Replit in README
1 parent ce9af5e commit b4d1c11

File tree

3 files changed

+18
-111
lines changed

3 files changed

+18
-111
lines changed

.replit

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
modules = ["web", "bun-1.2"]
2-
run = "bun test"
1+
modules = ["bun-1.2"]
2+
run = "bun --watch run examples/demo.ts"
3+
entrypoint = "examples/demo.ts"
34

45
[nix]
56
channel = "stable-25_05"
67

8+
[env]
9+
# Get these from your OAuth provider's app settings
10+
# OAUTH_CLIENT_ID = ""
11+
# OAUTH_CLIENT_SECRET = ""
12+
# Optional: PORT = "3000"
13+
14+
[interpreter]
15+
command = ["bash", "-c"]
16+
717
[deployment]
818
run = ["sh", "-c", "bun test"]
919

1020
[[ports]]
11-
localPort = 8080
21+
localPort = 3000
1222
externalPort = 80
23+
24+
[hidden]
25+
# Hide build artifacts and dependencies
26+
patterns = ["node_modules", "dist"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm downloads](https://img.shields.io/npm/dm/oauth-callback.svg)](https://npmjs.com/package/oauth-callback)
55
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kriasoft/oauth-callback/blob/main/LICENSE)
66
[![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
7-
[![Run on Replit](https://img.shields.io/badge/Run%20on-Replit-orange.svg)](https://replit.com/new/github/kriasoft/oauth-callback)
7+
[![Run on Replit](https://img.shields.io/badge/Run%20on-Replit-orange.svg)](https://replit.com/@kriasoft/oauth-callback)
88

99
A lightweight OAuth 2.0 callback handler for Node.js, Deno, and Bun with built-in browser flow and MCP SDK integration. Perfect for CLI tools, desktop applications, and development environments that need to capture OAuth authorization codes.
1010

review.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)