SAML-Toolkits / python3-saml

MIT License
671 stars 302 forks source link

Clarify wording about auth.login in readme #363

Closed gahooa closed 1 year ago

gahooa commented 1 year ago

The previous wording indicated that auth.login() would take some action, whereas it really just returns a URL for you to do something with (redirect or print out). This clarifies that.