Tim
Tim
Introduces environment variable based auth0 config. Protects API routes that use LLMs. Requires new env files for `client-admin` and `client-report` - these are the "switches" for auth0 vs in-house authentication...
The new Auth0 authentication code https://github.com/compdemocracy/polis/pull/1981 allows us to begin to both authorize AND authenticate users. With this in place, we need to remove all areas in the codebase where...
**Expected behavior**: As a user, I should be able to authenticate where required. As an individual or organization using Polis, I should be able to configure authentication. **Actual behavior**: Clicking...
- remove unmaintained style dependencies - remove underscorejs from components where unnecessary - fix webpack hot reload - add jest unit testing & GH action - refactor beeswarm to functional...