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
Until now, the unloggued query was actually returning a user whose name was "anon.".
This originates from a weird behaviour of Symfony.
"me" should return null if noone is logged.
Note this is a potential breaking change for clients implementing the "me" query, but since no one complained about the current behaviour that makes no sense, I'll assume this feature is not used wildly yet.
If this PR introduce breaking changes in your code, please notify me.
0 commit comments