Hi all,
Once a user has logged into my app, is there an endpoint for determining the Character ID of the character they logged in as?
Hi all,
Once a user has logged into my app, is there an endpoint for determining the Character ID of the character they logged in as?
No, but there is another way.
The token itself contains that information. To get it you need to extract the JWT claims from it. There is a Python example on how to do it here: Single Sign-On - EVE Developer Documentation