badleyy / rtapi

The backend api for raft
0 stars 0 forks source link

RTAPI-7 - Merged the accounts table and users table together into jus… #3

Closed cpb2948 closed 8 years ago

cpb2948 commented 8 years ago

…t the users table. Update code accordingly

cpb2948 commented 8 years ago

@dadleyy Just did what we talked about, merging the users and accounts table together, and updated the code appropriately.

dadleyy commented 8 years ago

cool :shipit:

dadleyy commented 8 years ago

you forgot the square brackets on your commit message though -

[RTAPI-7] merged the account and user tables

dadleyy commented 8 years ago

also, it looks like you need to run some git config commands in your shell:

$ git config --global user.email "your_email@example.com"
$ git config --global user.name "Cory Baker"

this will make it so your commit messages have your username on github

dadleyy commented 8 years ago

do we have a route for logging users in? I was expecting to see a

POST /auth
cpb2948 commented 8 years ago

All that information i documented as best as i could on that google doc

https://docs.google.com/document/d/1IL6q4TNU74i1HZ6O6N_3ltgRWrjgRi8_RwLVW1z6Do8/edit