mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-27 11:20:39 +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