- Add dependency on [`crypt_r`](https://github.com/fedora-python/crypt_r)
for _Python 3.13_ so that `passlib` works there too.
- Require that all used authentications are explicitely enabled from `FSA_AUTH`.
- Delay initialization after authentication schemes are registed.
- Check that authentication schemes exist while configuring.
- Simplify `password` authentication implementation.
- Restrict `auth` decorator parameter to `str` or `list[str]`.
- By default, no authentication scheme is enabled, instead of `httpd`.
- Update tutorial to mention `FSA_AUTH_DEFAULT`.
- Fix typos in documentation.