1
0
Fork 0
mirror of https://github.com/imjasonh/gitscrub synced 2026-07-06 18:42:21 +00:00
gitscrub/.gitignore
Jason Hall 4a77cbcfb0
Switch from OAuth device flow to standard OAuth2 web flow
- 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>
2025-06-16 16:05:06 -04:00

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