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
I got an issue with katharsis
In a rest api, we basically can manage : http://@host:8080/api/users/me, in order to get the current user session.
I'm working to get this user with a QueryParams : http://@host:8080/api/users?filter[login]="me" but that's going to return a list with one element (or an empty list).
Does another way exist in order to get a current user with katharsis end-points ?
The text was updated successfully, but these errors were encountered:
Hi,
I got an issue with katharsis
In a rest api, we basically can manage : http://@host:8080/api/users/me, in order to get the current user session.
I'm working to get this user with a QueryParams : http://@host:8080/api/users?filter[login]="me" but that's going to return a list with one element (or an empty list).
Does another way exist in order to get a current user with katharsis end-points ?
The text was updated successfully, but these errors were encountered: