Skip to content

Port to the new Authenticator-based Security

Reiter, Christoph requested to merge new-auth into main

Mostly shifting things around:

  • Move from AbstractGuardAuthenticator to AbstractAuthenticator
  • Instead of implementing UserProviderInterface create a similar interface that just does what we need (load a user)

Merge request reports