Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Connect/OAuth protocol interactions occur from the JavaScript code running in
the browser. Also, invoking the API will be performed directly from the
JavaScript in the browser.

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

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