forked from mirrors/amnezia-wg-easy
Support for sessionless HTTP API authentication
This commit is contained in:
parent
b56c49c99a
commit
bf956e3ae8
6 changed files with 387 additions and 29 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue