You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Supplier<@Nullable Authentication> prevents Supplier<Authentication> from being passed in. Instead we should use Supplier<? extends @Nullable Authentication> which allows both a null and non-null Authentication