How to get details on a token?

Hi @yisroel.perton.dev,

You should be able to jwt-decode the access_token to reveal a uid field. Please see a similar post on this here:

Thanks,
Will