Skip to content

Instantly share code, notes, and snippets.

@andrei-cacio
Last active December 30, 2017 17:38
Show Gist options
  • Save andrei-cacio/5a1425e9cb6888ed412bfe04036c953d to your computer and use it in GitHub Desktop.
Save andrei-cacio/5a1425e9cb6888ed412bfe04036c953d to your computer and use it in GitHub Desktop.
Fetch credentials example
fetch('/api/v1/logout', {
credentials: 'same-origin'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment