Commit History

Fix: Add backend OAuth config API for client_id
5d5103b

wu981526092 commited on

Major Fix: Replace @huggingface/hub with direct OAuth redirect
94b62b3

wu981526092 commited on

Fix: OAuth clientId missing error in HF Spaces
1b33ba2

wu981526092 commited on

Debug: Enhanced HF Spaces environment detection
121ec8d

wu981526092 commited on

Fix: Auto-trigger auth modal in HF Spaces
1c4b979

wu981526092 commited on

Implement client-side OAuth authentication with popup modal
eb7193f

wu981526092 commited on

Fix HF Spaces iframe session persistence with localStorage fallback
ba6eacd

wu981526092 commited on

Implement HF Spaces best practice: new tab login flow
5a2b931

wu981526092 commited on

Fix usage tracker to read user from session
3c7f84c

wu981526092 commited on

Add debug logging to auth status endpoint
cf1d34e

wu981526092 commited on

Simplify authentication flow to fix login issues
ae27f4a

wu981526092 commited on

Fix login modal authentication issues
0d7ac2b

wu981526092 commited on

Implement popup login modal system
aad2775

wu981526092 commited on

Add research paper PDF to login page with Git LFS
3b65325

wu981526092 commited on

Simplify login page and remove API key option
bfea55d

wu981526092 commited on

🔧 Fix TypeScript build error in API headers
726398b

wu981526092 commited on

🔑 Add dual authentication system: API key + OAuth
220ebd3

wu981526092 commited on

Switch login page to light theme for consistency with main app
45acb90

wu981526092 commited on

Simplify login page: remove badges and institutional info
e0f4f44

wu981526092 commited on

Separate login page to HTML template for better maintainability
2175f7f

wu981526092 commited on

Use shadcn/ui design system for login page consistency
64857c1

wu981526092 commited on

✨ Simplify landing page: Bigger CTA & cleaner design
5bdf3b9

wu981526092 commited on

🎨 Complete redesign: Premium research platform landing page
35f32c6

wu981526092 commited on

Redesign login page with cleaner, minimal design
a362bd4

wu981526092 commited on

Remove target='_blank' for single-page login experience
9036c1d

wu981526092 commited on

Fix iframe cookie issues for HF Spaces
66e834a

wu981526092 commited on

Fix OAuth according to HF official documentation
b9161fb

wu981526092 commited on

Fix UnboundLocalError and add environment detection debug
fd80df3

wu981526092 commited on

Add comprehensive session debugging
2431039

wu981526092 commited on

Add HF Spaces specific session configuration
1c1facd

wu981526092 commited on

Add detailed session debugging
be074f1

wu981526092 commited on

Add smart authentication redirect system
188f8a3

wu981526092 commited on

Fix dependencies import conflict
97068b2

wu981526092 commited on

Implement dependency injection authentication system
1331365

wu981526092 commited on

TEMP: Disable auth middleware to debug session issues
2553f38

wu981526092 commited on

Fix HF user info parsing and OAuth scope issues
0a06f26

wu981526092 commited on

Fix session persistence and add detailed debugging
dbeb044

wu981526092 commited on

Fix OAuth state verification and permissions policy issues
ceaf757

wu981526092 commited on

Fix OAuth redirect URI for HF Spaces
823f4d7

wu981526092 commited on

Fix middleware order and session access issues
c89d79e

wu981526092 commited on

Enhance authentication requirements for root and agentgraph endpoints
3dc5183

wu981526092 commited on

Enhance authentication middleware by adding HTTPException import
0e5cbf1

wu981526092 commited on

Fix missing Request import in observability router
3c3bac2

wu981526092 commited on

Implement mandatory authentication and usage tracking for OpenAI API protection
7da14b7

wu981526092 commited on

Fix HF Spaces authentication: support __sign parameter and make auth optional
9fdf42c

wu981526092 commited on

Add 'itsdangerous' dependency for session management and enhance OAuth configuration with scope validation and warnings for unsupported scopes in Hugging Face Spaces.
434c40e

wu981526092 commited on

Update session management in FastAPI app, modify OAuth scopes in environment configuration, and enhance .env.example with session security details.
1670330

wu981526092 commited on