mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-28 14:23:52 +00:00
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 <philip.molares@udo.edu>
This commit is contained in:
parent
8f008c7cc5
commit
d0c5d64627
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue