Skip to content

Commit

Permalink
chore: fmt docs
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
  • Loading branch information
markphelps committed Aug 26, 2024
1 parent f35b6bf commit 9f8260f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions authorization/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Here is an example of the `input.authentication.metadata` field for a request au

```json
{
"io.flipt.auth.email": "user@email.com",
"io.flipt.auth.name": "John Doe",
"io.flipt.auth.claims": {
"roles": ["admin", "viewer"]
}
"io.flipt.auth.email": "user@email.com",
"io.flipt.auth.name": "John Doe",
"io.flipt.auth.claims": {
"roles": ["admin", "viewer"]
}
}
```

Expand Down

0 comments on commit 9f8260f

Please sign in to comment.