django-saml2-auth icon indicating copy to clipboard operation
django-saml2-auth copied to clipboard

Move helper functions from views.py into separate modules

Open kronion opened this issue 7 years ago • 0 comments

This PR takes helper methods out of views.py and moves them into new modules conf.py and utils.py. get_current_domain() has also been renamed to get_sp_domain() in order to clarify what the domain represents.

kronion avatar Nov 08 '18 06:11 kronion