Add plugin auth migrations

This commit is contained in:
Chocobozzz
2020-04-27 10:19:14 +02:00
committed by Chocobozzz
parent e307e4fce3
commit 055cfb11a9
7 changed files with 94 additions and 49 deletions

View File

@@ -143,7 +143,7 @@ describe('Test id and pass auth plugins', function () {
expect(body.role).to.equal(UserRole.MODERATOR)
})
it('Should correctly auth token of laguna', async function () {
it('Should reject token of laguna by the plugin hook', async function () {
this.timeout(10000)
await wait(5000)