mirror of
https://github.com/imjasonh/gitscrub
synced 2026-07-06 18:42:21 +00:00
- Replace device flow with standard OAuth2 authorization code flow - Add auth-start.js and auth-callback.js Netlify functions - Create AuthSuccess page to handle OAuth callbacks - Remove device flow UI components and polling logic - Add CSRF protection with state parameter - Update all documentation to reflect web flow - Remove unauthenticated access - authentication now required - Update tests for new authentication requirements - Add test helper script for Netlify dev server This provides a more familiar OAuth experience where users are redirected to GitHub for authorization rather than entering codes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
42 lines
458 B
Text
42 lines
458 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.test
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
|
|
# Coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Local Netlify folder
|
|
.netlify
|