From ee6293f5a32c78c493c05a891fc109cfd642546f Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Fri, 15 Jan 2021 18:53:09 +0100 Subject: [PATCH] auth: adds token-auth to public api adds auth service adds auth module adds token-auth strategy adds token-auth to all public api calls Signed-off-by: Philip Molares --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a90ce822..c14340401 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "@nestjs/swagger": "4.7.12", "@nestjs/schedule": "^0.4.2", "@nestjs/typeorm": "7.1.5", - "@types/bcrypt": "^3.0.0", "@types/cron": "^1.7.2", "@types/passport-http-bearer": "^1.0.36", + "@types/bcrypt": "^3.0.0", "bcrypt": "^5.0.0", "class-transformer": "0.3.2", "class-validator": "0.13.1",