Skip to content

Commit

Permalink
Add two-factor auth extension (#53)
Browse files Browse the repository at this point in the history
* feat: Add two-factor authentication extension

* Remove node-fetch dependency

* Update extensions/two-factor-auth/package.json

Co-authored-by: Petr Nikolaev <[email protected]>

* Rename extension

Co-authored-by: Petr Nikolaev <[email protected]>
  • Loading branch information
cjdenio and PitNikola authored Oct 20, 2021
1 parent 6327234 commit e96c20e
Show file tree
Hide file tree
Showing 9 changed files with 1,692 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
10 changes: 10 additions & 0 deletions extensions/two-factor-authentication-code-generator/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e96c20e

Please sign in to comment.