Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anant-writer authored and FabienArcellier committed Jun 14, 2024
1 parent 96e75b6 commit 89f2924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/framework/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 |
| -------- | ------------------------ | --------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Writer provides a quick and fast way to deploy your apps via the Writer cloud.
writer deploy <my_app_name>
```

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).
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).

0 comments on commit 89f2924

Please sign in to comment.