Commit Graph

10 Commits

Author SHA1 Message Date
Brian Olson
3aa321aff8 feat: dynamic auth providers + Auth0 support
- Add /api/1/auth/providers endpoint that returns only configured providers
- Frontend fetches available providers dynamically instead of hardcoding
- Only providers with credentials set (KEY + SECRET) appear as login options
- Add Auth0 as a supported authentication provider
- Add python-jose[cryptography] dependency for Auth0 JWT verification
- Show helpful message when no providers are configured

This makes the login page modular - administrators only see buttons for
providers they've actually configured, avoiding confusion from dead buttons.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-31 16:12:47 -05:00
Eugene Pankov
d7327429bd docker: added gcc 2023-01-10 20:25:42 +01:00
Eugene Pankov
7f0fd51c08 fixed Docker builds - fixes #82 2022-12-26 18:30:26 +01:00
Eugene Pankov
235ba2497c docker: fixed missing app-dist from the image build 2022-11-07 22:33:51 +01:00
Eugene Pankov
c70ed34482 bumped bundled tabby 2022-11-07 18:58:41 +01:00
Krishna Chaitanya
377c79ccbf Add psycopg2-binary 2022-09-22 16:39:48 +05:30
Eugene Pankov
21024278c6 Update Dockerfile 2022-01-27 11:40:30 +01:00
Eugene Pankov
5d94835d7d docker: use platform-specific dockerize build - fixes #43 2022-01-27 11:01:07 +01:00
Eugene Pankov
36df34c6c6 increased yarn network timeout 2022-01-26 20:02:00 +01:00
Eugene Pankov
34ac0781c2 a unified docker image 2021-11-21 00:08:04 +01:00