You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mostly comes from #16 which has turned into a massive PR, so we're splitting out the non-criticals here:
Update the documentation - notably the settings have been removed (Project cleanup #20)
Refactor fully-qualified URL building - there's mixed furl usage and string concatenation happening now which isn't particularly elegant
Add to the documentation that the reverse proxy headers (:func:get_client_ip) need to be sanitized/trusted for client IP detection
remove the requirements/base.txt and put all the requirements into setup.cfg metadata (pip install -e . needs to pull everything in) (Project cleanup #20)
eherkenning requestedAuthnContext is now an ugly magic number list index - this should be fetched from config model
convert tests to pytest style and replace mixins with pytest fixtures
The text was updated successfully, but these errors were encountered:
This mostly comes from #16 which has turned into a massive PR, so we're splitting out the non-criticals here:
furl
usage and string concatenation happening now which isn't particularly elegantget_client_ip
) need to be sanitized/trusted for client IP detectionrequirements/base.txt
and put all the requirements intosetup.cfg
metadata (pip install -e .
needs to pull everything in) (Project cleanup #20)requestedAuthnContext
is now an ugly magic number list index - this should be fetched from config modelThe text was updated successfully, but these errors were encountered: