Skip to content

Commit 88b0c50

Browse files
maartenbawcabus
andauthored
Update src/content/docs/bff/upgrading/bff-v3-to-v4.md
Co-authored-by: Wesley Cabus <[email protected]>
1 parent 9532cfd commit 88b0c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/bff/upgrading/bff-v3-to-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ app.MapRemoteBffApiEndpoint("/api/optional-user-token", "https://localhost:5010"
4141
```
4242

4343
* The enum `TokenType` has been renamed to `RequiredTokenType`.
44-
* The method to require the token type is renamed to `WithAccessToken()`
44+
* The methods to configure the token type have all been replaced with a new method `WithAccessToken()`
4545
* Requesting an optional access token should not be done with the method `WithOptionalUserAccessToken()` but with `RequiredTokenType.UserOrNone`
4646

4747
### Configuring Token Types In YARP

0 commit comments

Comments
 (0)