mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-05 00:42:51 +00:00
It is now possible to provide a SpEL expression for @AuthenticationPrincipal. This allows invoking custom logic including methods on the principal object. Fixes gh-3859