Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created September 8, 2021 09:47
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 velotiotech/db4230b457b79f67c7767eeeb5f1c806 to your computer and use it in GitHub Desktop.
Save velotiotech/db4230b457b79f67c7767eeeb5f1c806 to your computer and use it in GitHub Desktop.
let authsession = await Auth.currentSession();
let jwtToken = authsession.getIdToken().jwtToken;
let photoList = await axios.get(url,{
headers : {
Authorization: jwtToken
},
responseType : "json"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment