LocalAI/core/http/auth
Ettore Di Giacinto 3db12eaa7a
fix(oauth/invite): do not register user (prending approval) without correct invite (#9189)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-03-31 08:29:07 +02: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(quantization): add quantization backend (#9096) 2026-03-22 00:56:34 +01:00
helpers_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
middleware.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
middleware_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
models.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
oauth.go fix(oauth/invite): do not register user (prending approval) without correct invite (#9189) 2026-03-31 08:29:07 +02:00
password.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
permissions.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
quota.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02: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 distributed mode (#9124) 2026-03-30 00:47:27 +02:00
session_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
usage.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
usage_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00