bridgewatercollege/custom-login-bundle

Allows custom set-up and implementation of authetication methods into a single symfony application (local, simplesamlphp)

1.05 2019-04-09 20:56 UTC

This package is auto-updated.

Last update: 2024-04-18 03:39:30 UTC


README

Custom Login Bundle - Multiple Logins Systems in Symfony Applications This is a work in progress to combine multiple login systems into a single application. With the hope to allow full customization using native Symfony configuration.

As of 1.0.4 -

  • local login works, but there is not account creation piece yet for local users, will be coming in version 1.1.
  • saml login works with simplesamlphp. I want to open it up to other saml based methods as well. I also want to find a way to add the saml routing into symfony's routing so it doesn't have to be done via a server alias or htaccess file.
  • I would also like to add/manage simplesaml's configuration files through symfony's yaml configs and not have to keep using hard coded php files.