Skip to content

Commit ed29762

Browse files
committed
fix
1 parent 4c5051d commit ed29762

File tree

1 file changed

+2
-2
lines changed
  • fern/products/docs/pages/authentication

1 file changed

+2
-2
lines changed

fern/products/docs/pages/authentication/rbac.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Role-based access control is helpful for scenarios such as:
2424

2525
If a user visits content not marked as visible to the `everyone` role, Fern will check for an authentication cookie to indicate what roles that user has. If the user does not have a role matching the viewers of the page, we will redirect them to the URL you provided during setup.
2626

27-
Below, we walk through each of the steps required to configure RBAC.
27+
Below, we walk through each of the steps required to configure RBAC with either JWT or OAuth.
2828

2929
### Architecture diagrams
3030

@@ -65,7 +65,7 @@ sequenceDiagram
6565

6666
</Tab>
6767
<Tab title="RBAC with OAuth">
68-
68+
6969
```mermaid
7070
sequenceDiagram
7171
participant U as User

0 commit comments

Comments
 (0)