diff --git a/packages/@okta/vuepress-site/code/javascript/index.md b/packages/@okta/vuepress-site/code/javascript/index.md
index 92acb7f2568..d34b81f4fae 100755
--- a/packages/@okta/vuepress-site/code/javascript/index.md
+++ b/packages/@okta/vuepress-site/code/javascript/index.md
@@ -27,9 +27,9 @@ These resources walk you through adding user authentication to your JavaScript a
> **Note**: This set of resources is relevant to front-end JavaScript. For back-end JavaScript, see [Node.js](/code/nodejs/).
-## Integrate with Okta using the Okta-hosted Sign-In Widget
+## Integrate with Okta using redirect authentication and the Sign-In Widget
-These SDKs help you integrate with Okta by redirecting to the Okta Sign-In Widget using OpenID Connect (OIDC) client libraries.
+This SDK helps you integrate with Okta by redirecting to the Okta Sign-In Widget using OpenID Connect (OIDC) client libraries.
[Okta's OpenID Connect JS library](https://github.com/okta/okta-oidc-js)
@@ -50,6 +50,7 @@ Embedded SDK and Sign-In Widget sign-in guide:
Other guides:
+* [Sign users in to your SPA using the redirect model and AuthJS](/docs/guides/auth-js-redirect/)
* [Implementing the Implicit flow](/docs/guides/implement-grant-type/implicit/main/)
* [Implementing the PKCE flow](/docs/guides/implement-grant-type/authcodepkce/main/)
* [Add an identity provider (includes social login)](/docs/guides/identity-providers/)
diff --git a/packages/@okta/vuepress-site/docs/guides/quickstart/main/index.md b/packages/@okta/vuepress-site/docs/guides/quickstart/main/index.md
index 1e6b75b79a9..df449539d46 100755
--- a/packages/@okta/vuepress-site/docs/guides/quickstart/main/index.md
+++ b/packages/@okta/vuepress-site/docs/guides/quickstart/main/index.md
@@ -32,10 +32,11 @@ A traditional web app that runs on the server.
A JavaScript app that runs in the browser, for example a single-page app (SPA).
+ JavaScript
React
Angular
Vue
- Blazor (coming soon)
+
### Mobile/native app
@@ -45,7 +46,7 @@ A mobile or desktop app that runs natively on a device.
iOS
Android
- React Native (coming soon)
+
## Protect your API
@@ -61,5 +62,5 @@ An API endpoint or service that is protected by Okta.
Go Gin
PHP
- Python Flask (coming soon)
-
\ No newline at end of file
+
+