django-saml2-auth
django-saml2-auth copied to clipboard
Move helper functions from views.py into separate modules
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.