obervinov
4273c541c5
Add API tokens and OAuth2 client support for external integrations
...
- Personal API tokens (model, user-settings UI, admin, management command,
DRF auth class) for non-interactive API access from automations like n8n.
Raw token shown once; only a SHA-256 hash is stored; last_used_at writes
are throttled.
- OAuth2 authorization server via django-oauth-toolkit with authorization
server metadata and optional, off-by-default Dynamic Client Registration
(RFC 7591), so remote OAuth/MCP clients can authenticate and self-register.
- Tests for token auth, DCR gating and the management commands, plus
.env.example and README documentation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-24 19:15:31 +04:00
Herculino Trotta
6987b54dba
chore: bump python and node dependencies
2026-06-06 05:14:26 -03:00
Herculino Trotta
e839f31104
Merge pull request #549 from eitchtee/dependabot/uv/django-5.2.14
...
build(deps): bump django from 5.2.13 to 5.2.14
2026-06-06 04:42:09 -03:00
dependabot[bot]
801b2a9edd
build(deps): bump django from 5.2.13 to 5.2.14
...
Bumps [django](https://github.com/django/django ) from 5.2.13 to 5.2.14.
- [Commits](https://github.com/django/django/compare/5.2.13...5.2.14 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.2.14
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-06 07:39:25 +00:00
dependabot[bot]
5b351821b1
build(deps): bump mistune from 3.1.4 to 3.2.1
...
Bumps [mistune](https://github.com/lepture/mistune ) from 3.1.4 to 3.2.1.
- [Release notes](https://github.com/lepture/mistune/releases )
- [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst )
- [Commits](https://github.com/lepture/mistune/compare/v3.1.4...v3.2.1 )
---
updated-dependencies:
- dependency-name: mistune
dependency-version: 3.2.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-06 07:36:43 +00:00
Herculino Trotta
4d3ce087d6
chore: bump versions
2026-04-18 13:45:28 +00:00
Herculino Trotta
aeaf9fac43
Merge pull request #535 from eitchtee/dependabot/uv/requests-2.33.0
...
build(deps): bump requests from 2.32.5 to 2.33.0
2026-04-18 02:41:18 -03:00
dependabot[bot]
0c927a2fe9
build(deps): bump requests from 2.32.5 to 2.33.0
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-18 05:37:40 +00:00
dependabot[bot]
2989f11b01
build(deps): bump django from 5.2.11 to 5.2.13
...
Bumps [django](https://github.com/django/django ) from 5.2.11 to 5.2.13.
- [Commits](https://github.com/django/django/compare/5.2.11...5.2.13 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.2.13
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-18 05:36:10 +00:00
Herculino Trotta
3699c6c671
docs: remove version from pyproject.yml
2025-12-27 19:58:46 -03:00
Federico Tabbò
a4c7753f69
Configure setuptools to filter folders
2025-12-26 10:14:45 +01:00
icovada
afc06582b4
set up dependencies in uv
2025-12-21 16:09:12 +01:00