mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
add auth module initially
This commit is contained in:
parent
0e310b6120
commit
587e126be8
6 changed files with 241 additions and 15 deletions
|
|
@ -7,11 +7,17 @@
|
|||
"author": "NextEPC Group",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.17.1",
|
||||
"express": "^4.15.2",
|
||||
"express-session": "^1.15.2",
|
||||
"lusca": "^1.4.1",
|
||||
"next": "^2.3.1",
|
||||
"passport": "^0.3.2",
|
||||
"passport-local": "^1.0.0",
|
||||
"react": "^15.5.4",
|
||||
"react-dom": "^15.5.4",
|
||||
"sequelize": "^3.30.4",
|
||||
"session-file-store": "^1.0.0",
|
||||
"sqlite3": "^3.1.8"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue