Skip to content

Commit

Permalink
remove user management
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Sep 1, 2023
1 parent 78d2da3 commit 3062f78
Show file tree
Hide file tree
Showing 66 changed files with 19 additions and 4,354 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.6.2",
"license": "AGPL-3.0",
"scripts": {
"test": "rm -rf dist;SECRET=mysecretmysecretmysecretmysecret APP_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpbnN0YW5jZSI6IjJjNWQwNTM1LTI2YWItMTFlOS05Mjg0LWZhMTYzZTQxZjMzZCIsImluc3RhbmNlTmFtZSI6InRlc3QiLCJwcm9kdWN0IjoxLCJwcm9kdWN0TmFtZSI6InRlc3Rwcm9kdWN0IiwiZW52IjoxLCJlbnZOYW1lIjoiZGV2IiwiaWF0IjoxNjI4NjczNjg1fQ.EgWvtBUoQLCITpQpeb9j3fLTu4Hxd9DgDxA7yCu0hTA NEXYS_HOST=http://myhost NEXYS_TOKEN=nexys_token jest",
"test": "rm -rf dist;jest",
"build": "tsc",
"buildpackage": "tsc -p tsconfig.build.json",
"watch": "tsc-watch --onSuccess \"node ./dist/server/index.js\"",
Expand Down
1 change: 0 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export * as JWT from "./jwt";
export * as Type from "./type";
export * as Middleware from "./middleware";
export * as Routes from "./routes/product";
export * as UserManagement from "./routes/user-management";
export * as Query from "./query";

import App from "./app";
Expand Down
40 changes: 0 additions & 40 deletions src/lib/middleware/auth/app.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/lib/middleware/auth/basic.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/lib/middleware/auth/index.test.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/lib/middleware/auth/index.ts

This file was deleted.

42 changes: 0 additions & 42 deletions src/lib/middleware/auth/type.ts

This file was deleted.

Loading

0 comments on commit 3062f78

Please sign in to comment.