Skip to content
## v0.13.0, 2023.09.06

### Added

- feat: replace simple lists with paginated lists
- feat(env): configure the number of items in paginated lists
  - see `WEBAPP_ADMIN_CONFIG_DEFAULT_MAX_USER_PER_PAGE` in .env file.
  - see `WEBAPP_ADMIN_CONFIG_DEFAULT_MAX_CERT_PER_PAGE` in .env file.
  - see `WEBAPP_MANAGER_CONFIG_DEFAULT_MAX_CERT_PER_PAGE` in .env file.

### Fixed

- fix(template): remove an excess closing HTML tag

### Security

- feat(security): strengthen the session fixation strategy
- feat(security): send HTTP header to clear browsing data on logout
- fix(security): enable by default CSRF protection