This Ticket tracks our progress to bring changes from our fork back to the main releases.
We've been successfully using django-oidc-provider for many years now. We have a few special requirements that needed changes to django-oidc-provider. At the time we were not sure if our changes would be generally useful. And we had to move fast and didn't have the capacity to make PRs to the upstream repo. Once we had forked, even small improvements ended up on our fork, rather than the upstream repo 😬 .
We're tackling this technical debt now.
The main new capabilities:
- more extend-ability when creating the various tokens: we used this to add tracking of "devices" and be able to associate every token/code with a specific device
- support to customize key generation and making it work with larger keys (we use this for JWT access tokens)
All changes on the outdated base: stefanfoulis#10
All changes, squashed and cleand up a bit on the outdated base: stefanfoulis#13
Work in-progress rebasing the changes on current develop: stefanfoulis#7
Individual PRs and commits still to be rebased:
Useful links
This Ticket tracks our progress to bring changes from our fork back to the main releases.
We've been successfully using django-oidc-provider for many years now. We have a few special requirements that needed changes to django-oidc-provider. At the time we were not sure if our changes would be generally useful. And we had to move fast and didn't have the capacity to make PRs to the upstream repo. Once we had forked, even small improvements ended up on our fork, rather than the upstream repo 😬 .
We're tackling this technical debt now.
The main new capabilities:
All changes on the outdated base: stefanfoulis#10
All changes, squashed and cleand up a bit on the outdated base: stefanfoulis#13
Work in-progress rebasing the changes on current develop: stefanfoulis#7
Individual PRs and commits still to be rebased:
Useful links