Skip to content
Snippets Groups Projects
Select Git revision
  • da80e64909e2f04c00f7e67eb38fd1d1da644be4
  • main default protected
  • register-logging-channel
  • expr-lang
  • ci-82
  • attr-events
  • locale-wip
  • custom-routes
  • v0.1.85
  • v0.1.84
  • v0.1.83
  • v0.1.82
  • v0.1.81
  • v0.1.80
  • v0.1.79
  • v0.1.78
  • v0.1.77
  • v0.1.76
  • v0.1.75
  • v0.1.74
  • v0.1.73
  • v0.1.72
  • v0.1.71
  • v0.1.70
  • v0.1.69
  • v0.1.68
  • v0.1.67
  • v0.1.65
28 results

tests

Christoph Reiter's avatar
Reiter, Christoph authored
In the future we want to support multiple authenticators depending on the request.
Since we want to define them in external bundles we register a proxy authenticator
which has a compiler pass and collects all other authenticators.

When a request comes in we go through all registered authenticators and forward the calls.

This also has the nice side effect that if no authenticators are registered we simple
fail to authenticate and don't error out when building the container because the
interface isn't implemented.

Other than that there should be no difference with our current setup.
a4039790
History