openfun / openedx-docker

:whale: A best practice Docker image of Open edX
https://hub.docker.com/r/fundocker/edxapp
GNU Affero General Public License v3.0
129 stars 75 forks source link

Configure dogwood with fun-apps 5.17.0 and oauth2 middleware #339

Closed lunika closed 9 months ago

lunika commented 9 months ago

Purpose

In the fun-apps 5.17.0 we added a new middleware to fix a bug in the Oauth2 process. We must add it in the dogwood MIDDLEWARE_CLASSES settings.

Proposal