Skip to content

Instantly share code, notes, and snippets.

@MihaelIsaev
Created October 25, 2018 00:52
Show Gist options
  • Save MihaelIsaev/d89ef1402b46cd88c7f76923cb0c6e54 to your computer and use it in GitHub Desktop.
Save MihaelIsaev/d89ef1402b46cd88c7f76923cb0c6e54 to your computer and use it in GitHub Desktop.
CodyFire.shared.fillHeaders = {
guard let apiToken = LocalAuthStorage.savedToken else { return [:] }
return ["Authorization": "Bearer \(apiToken)"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment