Skip to content

Commit ddd32db

Browse files
authored
Merge pull request #794 from DuendeSoftware/mb/various
Clarify `IUserTokenStore` registration process in documentation
2 parents 2c53e2a + 1f76d0a commit ddd32db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/accesstokenmanagement/advanced/user-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ the cookie handler).
104104
You can modify this in two ways
105105

106106
* the cookie handler itself has an extensible storage mechanism via the `TicketStore` mechanism
107-
* replace the store altogether by providing an `IUserTokenStore` implementation
107+
* replace the store altogether by providing an `IUserTokenStore` implementation and registering it in the service provider at application startup

0 commit comments

Comments
 (0)