15 lines
563 B
Markdown
15 lines
563 B
Markdown
#Worknotes
|
|
|
|
###2016-03-08 : Tuseday
|
|
* Database design for Obrand
|
|
|
|
Looking into using [bcrypt](https://github.com/ncb000gt/node.bcrypt.js) for password hashing, it looks sufficiently secure.
|
|
|
|
|
|
###2016-03-07 : Monday
|
|
* Continuing of OBrand development.
|
|
* Tidied up layout of OBrand framework.
|
|
|
|
Managed to get authentication working for OBrand login. Only using a single login at the moment, will continue once database table is in place for user.
|
|
|
|
Ember is now using the authentication module correctly, and the use of bootstrap has been tidied up. |