You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ This is a client and server implementation of 1Password's [fantastic SRP library
4
4
5
5
[Bun](https://bun.sh) is recommended.
6
6
7
+
## Installation
8
+
9
+
```bash
10
+
bun add secure-remote-password-js
11
+
```
12
+
7
13
## Usage
8
14
9
15
SRP is a fascinating protocol. I highly recommend reading through [1Password's explainer](https://blog.1password.com/developers-how-we-use-srp-and-you-can-too/) to get familiar with its innerworkings and processes first.
0 commit comments