This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: adfinis/timed-backend
Releases · adfinis/timed-backend
v1.1.4
v1.1.3
Release v1.1.2
v1.1.2 (28 October 2020)
Fix
- fix user based permissions to use the IS_AUTHENTICATED permission properly (#654)
Release v1.1.1
Fix
- increase uwsgi buffer-size for big query strings
v1.1.0
timed-backend v1.0.0
Changes in v1.0.0
Features
Authentication is now done using OIDC, dropping jwt as a dependency.
Server-to-server communication is supported using OAuth 2.0 Client Credentials Grant.
Docker setup is improved, exposing UWSGI variables for configuration.
timed-backend v1.0-rc3
Changes in v1.0-rc3
- Fix sed in cmd.sh
- Small cleanups in OIDC setup, switch default username claim to sub
- Add documentation about OIDC setup
- move to setup.cfg for configs
timed-backend v1.0-rc2
Changes in v1.0-rc2
- expose uwsgi config in settings
- update cmd.sh
timed-backend v1.0-rc1
Changes in v1.0-rc1
- Authorization flow has been updated and now works with OpenID Connect
- Dependency updates
timed-backend v0.13.2
Merge pull request #551 from sbor23/fix-django-money fix(admin): use django-money as installed app