Releases: openfoodfacts/nutripatrol
Releases · openfoodfacts/nutripatrol
v1.2.1
v1.2.0
1.2.0 (2025-07-22)
Features
- add a route to get some data on moderation (#89) (6e0563a)
- cache user data (0d85af9)
- prevent brut force and expired cache (a256497)
- protect routes (a92e909)
- route to paste cookie (1324a17)
- setup an auth middleware (1e21f10)
Bug Fixes
- 1hour for expiration of cache (c6c69e1)
- add route env to the docker compose (fb99d08)
- Auth Middleware and protecting API routes (#94) (c46db66)
- build auth url using current domain (737dd14)
- check if user is moderator (52d95a5)
- comment local env variable (2715d50)
- Deploy fix urlunparse missing args (#104) (2d54654)
- flake syntax (5352894)
- format flake8 (84e1ddc)
- get user data func (4cdb4dc)
- isort (fcebf74)
- make middleware check user status (b9172b1)
- pre-commit (cc1fec1)
- READ ME explanation (6b7aad2)
- remove /auth route (410c866)
- remove auth static const (5f1acac)
- remove PO_AUTH_ROUTE from .env (4a506e8)
- remove print (e7cfe6d)
- remove unused create ticket route (#96) (6a1760b)
- Robotoff auth by bearer token (#97) (195c6dc)
- syntax fixes (d4afd18)
- upgrade the Makerfile for docker compose (28f9070)
- use decorator for cache (c7ea737)