LocalAI/core/http/auth
Ettore Di Giacinto 4b183b7bb6
feat: add quota system (#9090)
* feat: add quota system

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Fix tests

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-03-21 10:09:49 +01:00
..
apikeys.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
apikeys_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
auth_suite_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
db.go feat: add quota system (#9090) 2026-03-21 10:09:49 +01:00
db_nosqlite.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
db_sqlite.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
db_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
features.go feat: add (experimental) fine-tuning support with TRL (#9088) 2026-03-21 02:08:02 +01:00
helpers_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
middleware.go feat: add quota system (#9090) 2026-03-21 10:09:49 +01:00
middleware_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
models.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
oauth.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
password.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
permissions.go feat: add (experimental) fine-tuning support with TRL (#9088) 2026-03-21 02:08:02 +01:00
quota.go feat: add quota system (#9090) 2026-03-21 10:09:49 +01:00
roles.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
roles_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
session.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
session_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
usage.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
usage_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00