Skip to content

Commit 1bcbc1d

Browse files
update readme
1 parent 5a475a3 commit 1bcbc1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Some key features of the server:
1414

1515
1. Takes care of all the hard parts. Passwords, email address verification, sessions, rate limiting, password resets, and more.
1616
2. Extends your existing user database instead of replacing it. Own and customize your user data. No more data synchronization between servers.
17-
3. No direct connections to your database. Just basic HTTP requests.
17+
3. No direct connections to your database.
1818
4. Only ephemeral data is stored. Less things to manage and worry about.
1919

2020
```ts
@@ -39,14 +39,14 @@ func main() {
3939
mainStorage,
4040
cache,
4141
rateLimitStorage,
42+
userStore,
4243
logger,
4344
userPasswordHashAlgorithms,
4445
temporaryPasswordHashAlgorithm,
4546
cpuCount,
4647
faroe.RealClock,
4748
faroe.AllowAllEmailAddresses,
4849
emailSender,
49-
userActionInvocationEndpointClient,
5050
sessionConfig,
5151
)
5252
}

0 commit comments

Comments
 (0)