diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-02-05 11:35:03 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-02-05 11:35:03 +0200 |
| commit | 2011d3f6f9938825a36670779fa0d7894bda338f (patch) | |
| tree | 8b1c073a4329432f1287ba50b90401b380b9301d /backend/package-lock.json | |
| parent | a5ae2653d8ccdaf00270c0c8c8a30b88d7955114 (diff) | |
Implement session tokens securely
Diffstat (limited to 'backend/package-lock.json')
| -rw-r--r-- | backend/package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/package-lock.json b/backend/package-lock.json index ab6d9bf..6d7cd28 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -154,6 +154,11 @@ } } }, + "base-64": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz", + "integrity": "sha1-eAqZyE59YAJgNhURxId2E78k9rs=" + }, "basic-auth": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", |
