File tree Expand file tree Collapse file tree
dockerfiles/openedx-edxapp/pip_package_lists/master
src/ol_infrastructure/applications/edxapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ol-openedx-course-structure-api
1212ol-openedx-logging
1313ol-openedx-sentry
1414openedx-scorm-xblock
15- ol-social-auth==0.2.0
15+ ol-social-auth==0.2.1
1616pydantic-settings==2.13.1
1717
1818# Experimental Plugins for AI features
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def build_base_general_config() -> ConfigDict:
206206 "DEFAULT_NOTIFICATION_ICON_URL" : "" ,
207207 "OAUTH2_PROVIDER" : {
208208 "OAUTH2_VALIDATOR_CLASS" : "openedx.core.djangoapps.oauth_dispatch.dot_overrides.validators.EdxOAuth2Validator" ,
209- "REFRESH_TOKEN_EXPIRE_SECONDS" : 7776000 ,
209+ "REFRESH_TOKEN_EXPIRE_SECONDS" : 2592000 , # 30 days
210210 "SCOPES_BACKEND_CLASS" : "openedx.core.djangoapps.oauth_dispatch.scopes.ApplicationModelScopes" ,
211211 "SCOPES" : {
212212 "read" : "Read access" ,
You can’t perform that action at this time.
0 commit comments