Changelog

This is a high-level summary of major changes and new features. Bug fix (patch) releases are not included. Please consult the Git logs and docs for more details and upgrade instructions.

1.4 (8 Jan 2021)

  • Add SAML::loginUrl() and SAML::logoutUrl() so apps can manually construct URLs and redirect
  • Add SAML::reauthUrl() to force re-authorisation
  • Add SAML::passiveLoginUrl() to check whether a user is logged in without forcing them to authenticate

1.3 (5 Jan 2021)

  • Store SAML attributes in the session and add SAML::attributes() and SAML::attribute($key) to access them

1.2 (4 Jan 2021)

  • Add SAML::accessDenied() callback to customise the error page

1.1 (14 Dec 2020)

  • Add the ability to pass additional parameters to the login/logout URLs
  • Support for Laravel < 7.6

1.0 (12 Dec 2020)

  • Initial release