Skip to content

Commit

Permalink
noop
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 4, 2024
1 parent dbdfe14 commit a26de4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

### 3.0.0-alpha.3

- routes/permission: added GET, POST, DELETE
- permission.get: default search with deleted=0
- session.put: added
- routes/permission: added GET, POST, DELETE
- session: store user/group info in cookie (saves DB trips)
- mysql(insert, select, update, delete): return just the query
-
- lib/group.get: convert booleans
- lib/user.get: convert booleans


[3.0.0-alpha.3]: https://github.com/NicTool/api/releases/tag/3.0.0-alpha.3
2 changes: 0 additions & 2 deletions routes/session.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import assert from 'node:assert/strict'
import { describe, it, before, after } from 'node:test'
// import util from 'node:util'

import { init } from './index.js'
import userCase from './test/user.json' with { type: 'json' }
Expand Down Expand Up @@ -88,7 +87,6 @@ describe('session routes', () => {
Cookie: sessionCookie,
},
})
// console.log(util.inspect(res.result, { depth: null }))
assert.equal(res.request.auth.isAuthenticated, true)
assert.equal(res.statusCode, 200)
})
Expand Down

0 comments on commit a26de4c

Please sign in to comment.