🔐 Add OAuth Social Login Integration for Seamless Authentication#274
Draft
🔐 Add OAuth Social Login Integration for Seamless Authentication#274
Conversation
…tHub Co-authored-by: hejny <23721952+hejny@users.noreply.github.com>
Co-authored-by: hejny <23721952+hejny@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] 🛣 Roadmap to success
🔐 Add OAuth Social Login Integration for Seamless Authentication
Jul 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements comprehensive OAuth social login integration for Facebook, Google, LinkedIn, and GitHub, enabling users to authenticate without manually configuring API keys and achieve the roadmap goal of going "from landing page to happy paying customer in 3 minutes."
🚀 Key Features
OAuth Authentication System
CLI Integration
ptbk oauth-loginCommand: Browser-based authentication flowDeveloper Experience
docs/oauth-integration.md🔧 Technical Implementation
Server Configuration
CLI Usage
Web Integration
📋 Changes Made
Core Files
src/remote-server/startRemoteServer.ts: Added OAuth middleware, passport strategies, and callback routessrc/remote-server/types/RemoteServerOptions.ts: Extended with OAuth configuration types and profile datasrc/cli/cli-commands/oauth-login.ts: New CLI command for OAuth authenticationsrc/cli/promptbookCli.ts: Registered OAuth login commandExamples & Documentation
examples/usage/remote-server/remote-server-with-oauth.ts: Complete working server exampleexamples/usage/remote-server/oauth-test.html: Frontend testing interfacedocs/oauth-integration.md: Comprehensive setup and usage documentationDependencies
passport,passport-facebook,passport-google-oauth20,passport-linkedin-oauth2,passport-github2express-sessionopen🎯 Roadmap Goals Achieved
🔒 Security Features
🧪 Testing
The implementation includes:
📖 Usage Documentation
Complete setup instructions are provided in
docs/oauth-integration.md, including:This implementation enables the seamless user experience outlined in the roadmap, allowing users to authenticate and start using Promptbook in minutes without technical configuration barriers.
Fixes #273.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
scarf.shnode ./report.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.