Get User logged

Following this Example with node js and express + vue js it’s possible get de user logged in the backend???

Let me explain to you, When a user is successfully logged in, is it possible to obtain the user’s email? and then save it in my database??

Hey there @Gerarca !

The easiest route is probably to add the user’s email as a custom claim in the access token which can be accessed by your backend:

Alternatively, you can always user the userinfo endpoint.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.