diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 19:24:57 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 19:24:57 +0300 |
| commit | 7e057c8a56b51bdd7e95b3919d013ac0edd481e9 (patch) | |
| tree | afaeed8947e201102b80547f5105725a6fe383ce /frontend/package.json | |
| parent | 449ebe5164ad9d2ba1e7d61bbae8e4101b703490 (diff) | |
Get user&pass and google auth working
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 5c07804..05e2489 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,6 +16,7 @@ "parcel-bundler": "^1.12.4" }, "dependencies": { + "@auth0/auth0-spa-js": "^1.7.0", "axios": "^0.19.2", "jquery": "^3.5.0", "js-cookie": "^2.2.1" |
