1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00
codex.docs/test
Timur Kazantaev 58d3892d8f
Authentication (#22)
* Authorization added

* added secret to password, md5 hashing, removed promise from verifyToken, deleted links when not authorized

* added dbinsert script

* turned verifyToken to middleware, added description for dbinsert, added hidden csrf field in auth form

* added middlewares, user model and controller

* JSDoc fix

* wrong password processing fix

* added comments to dbinsert script, moved salt and passHash to singe db doc

* Moved salt to .env, upgradedscript for generating password was, fixed comments and JSDoc

* Deleted using salt (now user is only one), changed verifying password to bcrypt.compare, added httpyOnly property to jwt cookie
2019-03-06 13:22:57 +03:00
..
models remove pages (#27) 2019-01-25 06:19:37 +03:00
rest testing deletion (#31) 2019-01-31 12:28:25 +03:00
database.js Move testing to 3001 port (#8) 2018-10-07 19:15:10 +03:00
express.js Authentication (#22) 2019-03-06 13:22:57 +03:00
rcparser.js Move testing to 3001 port (#8) 2018-10-07 19:15:10 +03:00