Add callback function for server url#96
Open
JordanReiter wants to merge 9 commits intokstateome:developfrom
Open
Add callback function for server url#96JordanReiter wants to merge 9 commits intokstateome:developfrom
JordanReiter wants to merge 9 commits intokstateome:developfrom
Conversation
77e17f4 to
bf1173a
Compare
…s based on service value
admin is not being used in the tests and prevents the current settings from working correctly
Available as `unittest.mock`
6fedac8 to
a37c114
Compare
Changes to reflect changes after Django 1.10: - login and logout are now class-based views in `django.contrib.auth.views` - added test_middleware to confirm middleware match requests for login and logout views
a37c114 to
ae11543
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New setting: CAS_SERVER_URL_CALLBACK.
Name of a callable (e.g. appname.utils.get_cas_server_url) that customizes server_url based on value for service.
Updated version of closed PR #85 .