Skip to content

Commit

Permalink
Add Auth0 PKCE Support (#9)
Browse files Browse the repository at this point in the history
* Ready to add testing

* Now Auth0 is working and the test coverage has been updated

* linting
  • Loading branch information
purejgleason authored Sep 29, 2022
1 parent 9b03b1f commit a1bcf74
Show file tree
Hide file tree
Showing 10 changed files with 292 additions and 98 deletions.
229 changes: 155 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"test": "vitest run --coverage",
"lint": "eslint \"**/*.js\" \"**/*.vue\" \"**/*.mjs\"",
"lint:fix": "eslint --fix \"**/*.js\" \"**/*.vue\" \"**/*.mjs\""
"lint:fix": "eslint --fix \"**/*.js\" \"**/*.vue\" \"**/*.mjs\"",
"start": "CLOUD_URL=https://pm.purepm.dev vite"
},
"devDependencies": {
"@vitejs/plugin-vue": "latest",
Expand All @@ -21,6 +22,7 @@
"vite": "latest",
"vitest": "latest",
"vue": "latest",
"vue-router": "^4.1.5"
"vue-router": "^4.1.5",
"@auth0/auth0-vue": "latest"
}
}
Loading

0 comments on commit a1bcf74

Please sign in to comment.