Skip to content

Instantly share code, notes, and snippets.

@jacks205
Created June 5, 2017 23:56
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 jacks205/fa692f97bc7a865a73e5763f0107124f to your computer and use it in GitHub Desktop.
Save jacks205/fa692f97bc7a865a73e5763f0107124f to your computer and use it in GitHub Desktop.
import API from '../api'
export const loginUser = (email, password) => API.post('/auth/signin', {}, {email, password})
export const retrieveCurrentUser = () => API.get('/user')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment