General network request question

Hi All,

Beginner web developer here, currently working on an overlay extension. In regards to getting a users display_name:

  • user connects to extension
  • user triggers network request to EBS
  • EBS receives and decodes JWT and gets the user_id
    QUESTION HERE:
  • EBS then queries twitch API against the user_id to get the display_name?

Is this is the correct workflow? Is there a way to send the display_name with the JWT?

Thanks all!

Yes

1 Like

Thanks Barry!