rfiles.online - Share files by topic
Go to file
Jeff Emmett e8ad0f7f31 feat: add EncryptID passkey auth backend for DRF
Add EncryptID as a DRF authentication class:
- Add encryptid_auth.py with EncryptIDAuthentication backend
- Verifies Bearer tokens against EncryptID server
- Auto-creates Django User from DID claims
- Add ENCRYPTID_SERVER_URL and ENCRYPTID_JWT_SECRET settings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 07:34:34 -07:00
config feat: add EncryptID passkey auth backend for DRF 2026-02-13 07:34:34 -07:00
files Add migration for max_file_size_mb default change (100 → 0) 2026-02-10 16:13:49 +00:00
portal Remove background SW uploads, use simple direct fetch instead 2026-02-10 18:18:35 +00:00
.env.example Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
.gitignore Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
Dockerfile Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
docker-compose.prod.yml Route uploads through direct.rfiles.online to bypass Cloudflare 100MB limit 2026-02-10 18:02:14 +00:00
docker-compose.yml Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
manage.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
requirements.txt Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00