Hi Jérôme
I use the following version:
"org.pac4j" % "play-pac4j_2.12" % "10.0.2",
"org.pac4j" % "pac4j-http" % "4.5.7",
"org.pac4j" % "pac4j-jwt" % "4.5.7",
With a put request unfortunately only the first filter (get) will be executed and the request does not get to the second (put) security filter (as expected). This even though the matcher returns false (Request: PUT, Matcher: GET, Return: False (correct)). This ends up with «no matching for this request -> grant access». The correct route and controller method will be executed.
Any ideas?
Best regards,
Corsin