Getting user data is simple and fast. Since the Corbado session-token is implemented as a JWT, we can get certain user data from the JWT claims directly. Our SDK takes care of this:
Access the User Provider
CorbadoUserProvider
supplies various user details.Access User Properties
Username
username
of the user (full name):email
of the user (the identifier):Authentication Token
idToken
(session-token) used to authenticate the user: