No description
Find a file
jtricerolph 75d373c2c5 Use Workforce bearer token directly if configured, skip OAuth
If a bearer_token is stored in settings, getWorkforceToken() returns it
immediately without doing an OAuth password grant. Validation accepts
either bearer_token or email+password.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-07 12:34:56 +00:00
src Use Workforce bearer token directly if configured, skip OAuth 2026-07-07 12:34:56 +00:00
.env.example Add internal registry endpoint, self-registration, and workforce sync 2026-07-01 20:35:44 +00:00
.gitignore Initial commit: auth 2026-07-01 12:09:54 +00:00
docker-compose.yml Add SETTINGS_URL/SECRET to compose, fix sync email-change and rate-limit bugs 2026-07-02 00:23:59 +00:00
Dockerfile Initial commit: auth 2026-07-01 12:09:54 +00:00
package.json Add internal registry endpoint, self-registration, and workforce sync 2026-07-01 20:35:44 +00:00