Skip to content
Snippets Groups Projects
  1. Jun 05, 2019
  2. Jun 04, 2019
  3. May 28, 2019
  4. May 27, 2019
    • Roy Harink's avatar
      TB-1894 - Add Social Magic Login module (#1382) · e919e338
      Roy Harink authored and Alexander Varwijk's avatar Alexander Varwijk committed
      Adds a service with interface (so others can implement the service as well) that allows developers to request a one-time login links. The logic for this login link is copied from Drupal 8's password reset functionality.
      
      It encodes the destination in base64 because the ?destination parameter didn't work as expected (causing the login controller to be bypassed). Base64 encoding makes the URL parts safe for transmission in URLs as a single argument.
      
      Typehints in the new service are used because it is code that will only run on PHP 7.2+ and has no existing dependants or dependencies.
  5. May 22, 2019
  6. May 15, 2019
  7. May 14, 2019
  8. May 13, 2019
  9. May 10, 2019
  10. May 09, 2019
Loading