Hey @rp_st
My users register vie email/password recipe.
In my API endpoints I need to get the current user email that is stored in the session, (preferably without any call to the core).
How can I achieve that ? The session object looks like it only contains the getUserId() method