Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created April 2, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/a1d2ac8f3cdb832592701fa10abb35fc to your computer and use it in GitHub Desktop.
Save astrotars/a1d2ac8f3cdb832592701fa10abb35fc to your computer and use it in GitHub Desktop.
const currentUser = await client.setUser(
{
id: 'john',
name: 'John Doe',
image: 'https://getstream.io/random_svg/?name=John',
},
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiamxhaGV5In0.OkDbpbujWJ-XIVHaf00Dnqt3v8Yp_nQ6CGzm-Z4QUVc', // authentication token
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment