Skip to content

Commit

Permalink
Fix: formatting of bearer token in Glee authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumya40-codes committed Jul 25, 2024
1 parent d97df3a commit 92bcf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/docs/tools/glee/bearerToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async clientAuth({ parsedAsyncAPI, serverName }) {
}
```

Glee will utilize the `token` for server authentication, employing it in the header with the format: Authorization: Bearer {token}.
Glee will utilize the `token` for server authentication, employing it in the header with the format: Authorization: Bearer \{token\}.

### Server side

Expand Down

0 comments on commit 92bcf43

Please sign in to comment.