Successful Login automatically initiates a GetSite operation, which contains person_id:
op.data.my_user.local_user_view.local_user.person_id
and username:
op.data.my_user.local_user_view.person.name
Maybe that will do it.
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
Successful Login automatically initiates a GetSite operation, which contains person_id:
op.data.my_user.local_user_view.local_user.person_id
and username:
op.data.my_user.local_user_view.person.name
Maybe that will do it.
You’ll want to save the JWT and then use it as the auth parameter for GetPersonDetails