feat: new auth mechnasimn via http post (#99)
* Added HTTP Authentication * Fixed sample config * Added filter by status code
Showing
| ... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
| "main": "dist/app.js", | "main": "dist/app.js", | ||
| "dependencies": { | "dependencies": { | ||
| "@hokify/node-ts-cache": "^5.4.1", | "@hokify/node-ts-cache": "^5.4.1", | ||
| "axios": "^0.21.1", | |||
| "debug": "^4.3.1", | "debug": "^4.3.1", | ||
| "imap-simple": "^5.0.0", | "imap-simple": "^5.0.0", | ||
| "ldapauth-fork": "^5.0.1", | "ldapauth-fork": "^5.0.1", | ||
| ... | ... |
src/auth/HTTPAuth.ts
0 → 100644
Please register or sign in to comment