Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
course-discovery
Commits
90212a05
Commit
90212a05
authored
Jun 30, 2016
by
Matt Drayer
Committed by
GitHub
Jun 30, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #145 from edx/mattdrayer/WL-535
mattdrayer/WL-535: Add multi-issuer support to service
parents
cdf121f6
080ba501
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
course_discovery/settings/base.py
+1
-0
course_discovery/settings/local.py
+1
-0
requirements/base.txt
+1
-1
No files found.
course_discovery/settings/base.py
View file @
90212a05
...
...
@@ -310,6 +310,7 @@ JWT_AUTH = {
'JWT_AUDIENCE'
:
'course-discovery'
,
'JWT_ISSUER'
:
'course-discovery'
,
'JWT_DECODE_HANDLER'
:
'edx_rest_framework_extensions.utils.jwt_decode_handler'
,
'JWT_VERIFY_AUDIENCE'
:
False
,
}
SWAGGER_SETTINGS
=
{
...
...
course_discovery/settings/local.py
View file @
90212a05
...
...
@@ -59,6 +59,7 @@ JWT_AUTH.update({
'JWT_SECRET_KEY'
:
'lms-secret'
,
'JWT_ISSUER'
:
'http://127.0.0.1:8000/oauth2'
,
'JWT_AUDIENCE'
:
'lms-key'
,
'JWT_VERIFY_AUDIENCE'
:
False
,
})
#####################################################################
...
...
requirements/base.txt
View file @
90212a05
...
...
@@ -15,7 +15,7 @@ drf-haystack==1.6.0rc1
dry-rest-permissions==0.1.6
edx-auth-backends==0.5.0
edx-ccx-keys==0.2.0
edx-drf-extensions==1.
0
.0
edx-drf-extensions==1.
1
.0
edx-opaque-keys==0.3.1
edx-rest-api-client==1.6.0
elasticsearch>=1.0.0,<2.0.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment