Support for sessionless HTTP API authentication

This commit is contained in:
Philip H. 2023-11-09 18:58:48 +00:00 committed by GitHub
parent b56c49c99a
commit bf956e3ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 387 additions and 29 deletions

View file

@ -1,7 +1,7 @@
{
"release": "11",
"name": "wg-easy",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "server.js",
"scripts": {
@ -12,6 +12,7 @@
"author": "Emile Nijssen",
"license": "GPL",
"dependencies": {
"bcrypt": "^5.1.1",
"debug": "^4.3.4",
"express": "^4.18.2",
"express-session": "^1.17.3",