diff --git a/docs/content/docs/plugins/bearer.mdx b/docs/content/docs/plugins/bearer.mdx index cbbe970bb5..2446c62d47 100644 --- a/docs/content/docs/plugins/bearer.mdx +++ b/docs/content/docs/plugins/bearer.mdx @@ -6,7 +6,7 @@ description: Authenticate API requests using Bearer tokens instead of browser co The Bearer plugin enables authentication using Bearer tokens as an alternative to browser cookies. It intercepts requests, adding the Bearer token to the Authorization header before forwarding them to your API. - Use this cautiously, only intended for APIs that doesn't support cookies or require Bearer tokens for authentication. This could easily lead to security vulnerabilities if not implemented correctly. + Use this cautiously; it is intended only for APIs that don't support cookies or require Bearer tokens for authentication. Improper implementation could easily lead to security vulnerabilities. ## Installing the Bearer Plugin @@ -136,4 +136,4 @@ export async function handler(req, res) { ## Options -**requireSignature** (boolean): Require the token to be signed. Default: `false`. \ No newline at end of file +**requireSignature** (boolean): Require the token to be signed. Default: `false`.