Skip to content

Commit

Permalink
Merge 5a3ee6a into 5a83c38
Browse files Browse the repository at this point in the history
  • Loading branch information
byrman committed Dec 5, 2018
2 parents 5a83c38 + 5a3ee6a commit 1ec3d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- 2.7
- 3.6
cache:
directories:
- eggs
Expand Down
1 change: 1 addition & 0 deletions lizard_auth_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ def _sso_create_user_request_by_payload(payload):
"""
from lizard_auth_client.conf import settings

payload['iss'] = settings.SSO_KEY
signed_message = jwt.encode(payload, settings.SSO_SECRET,
algorithm=settings.SSO_JWT_ALGORITHM)
url = sso_server_url('new-user')
Expand Down

0 comments on commit 1ec3d1d

Please sign in to comment.