diff --git a/docs/framework/authentication.mdx b/docs/framework/authentication.mdx index 6d6164c5d..0ab725f0d 100644 --- a/docs/framework/authentication.mdx +++ b/docs/framework/authentication.mdx @@ -2,7 +2,7 @@ title: "Authentication" --- -The Writer framework authentication module allows you to restrict access to your application. +The Writer Framework authentication module allows you to restrict access to your application. Framework will be able to authenticate a user through an identity provider such as Google, Microsoft, Facebook, Github, Auth0, etc. @@ -76,7 +76,7 @@ writer.serve.register_auth(oidc) ### Use pre-configured OIDC -Writer framework provides pre-configured OIDC providers. You can use them directly in your application. +The Writer Framework provides pre-configured OIDC providers. You can use them directly in your application. | Provider | Function | Description | | -------- | ------------------------ | --------------------------------------------------------------------------------------- | diff --git a/docs/framework/quickstart.mdx b/docs/framework/quickstart.mdx index 5520e8f8d..4ff4193ed 100644 --- a/docs/framework/quickstart.mdx +++ b/docs/framework/quickstart.mdx @@ -90,4 +90,4 @@ Writer provides a quick and fast way to deploy your apps via the Writer cloud. writer deploy ``` -You’ll be asked to enter your API key. To find your key, log in to your [App Studio account](https://app.writer.com/aistudio) account and either create a new framework app by going through the create app workflow or choose an existing framework app from your home screen. For other deployment options, see [Deploy with Docker](/framework/deploy-with-docker). \ No newline at end of file +You’ll be asked to enter your API key. To find your key, log in to your [AI Studio account](https://app.writer.com/aistudio) and either create a new framework app by going through the create app workflow or choose an existing framework app from your home screen. For other deployment options, see [Deploy with Docker](/framework/deploy-with-docker). \ No newline at end of file