Skip to content

Commit

Permalink
Merge pull request #88 from ianmuchyri/mg-293-accessControl
Browse files Browse the repository at this point in the history
MG-293 - New access control
  • Loading branch information
ianmuchyri authored Nov 19, 2024
2 parents bce0d67 + 144a82c commit 513b376
Show file tree
Hide file tree
Showing 9 changed files with 4,933 additions and 4,404 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-rice-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@absmach/magistrala-sdk": minor
---

Update the sdk to use the new access control by introducing roles
18 changes: 1 addition & 17 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "standard-with-typescript",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-throw-literal": "off",
"no-useless-catch": "off",
"no-unused-vars": "off"
}
}
{}
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ jobs:
- name: Run Jest tests
run: npm test -- --passWithNoTests

- name: Lint with ESLint
run: npm run lint
Loading

0 comments on commit 513b376

Please sign in to comment.