Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active April 8, 2020 17:44
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 Porter97/133e125cd5dced578190ff65f7dcfa9e to your computer and use it in GitHub Desktop.
Save Porter97/133e125cd5dced578190ff65f7dcfa9e to your computer and use it in GitHub Desktop.
#...
const Auth = {
#...
login: (email, password) =>
agent.post('/auth/login', { email, password }),
logout: () =>
agent.get('/auth/logout')
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment