Skip to content

Commit 73a7d1c

Browse files
RolandGuijtroland
andauthored
roland/qsjs (#990)
* Correct BFF qs code for BFF v4, add warnings around SPAs without a backend. * Fix broken links in js-without-backend.md --------- Co-authored-by: roland <roland@duendesoftware.com>
1 parent 7215a5f commit 73a7d1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/identityserver/quickstarts/javascript-clients/js-without-backend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Connect/OAuth protocol interactions occur from the JavaScript code running in
2626
the browser. Also, invoking the API will be performed directly from the
2727
JavaScript in the browser.
2828

29-
**This design has security concerns. It is no longer recommended.** See [overview](index.md)
29+
**This design has security concerns. It is no longer recommended.** See [overview](/identityserver/quickstarts/javascript-clients/index.md)
3030
for details.
31-
The current best practice uses the [BFF pattern](js-with-backend.mdx).
31+
The current best practice uses the ["BFF" pattern](/identityserver/quickstarts/javascript-clients/js-with-backend.mdx).
3232

3333
In this quickstart the user will log in to IdentityServer, invoke an API with an
3434
access token issued by IdentityServer, and logout of IdentityServer. All of this

0 commit comments

Comments
 (0)