Skip to content

Instantly share code, notes, and snippets.

@AlexDaSoul
Created January 19, 2020 15:25
Show Gist options
  • Save AlexDaSoul/68f287d481e78b6138c789ea5b0145a2 to your computer and use it in GitHub Desktop.
Save AlexDaSoul/68f287d481e78b6138c789ea5b0145a2 to your computer and use it in GitHub Desktop.
nga-30
export function grpcJwtMetadata(token: string = null): Metadata {
return {
Authorization: token || localStorage.getItem(environment.token),
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment