diff --git a/docs/malta.config.json b/docs/malta.config.json index 9145591e..7843ce9e 100644 --- a/docs/malta.config.json +++ b/docs/malta.config.json @@ -1,6 +1,6 @@ { "name": "Arctic", - "description": "Arctic is an OAuth 2.0 library that supports numerous providers", + "description": "Arctic is a library that provides OAuth 2.0 clients for major providers.", "domain": "https://arctic.js.org", "twitter": "@pilcrowonpaper", "sidebar": [ diff --git a/docs/pages/index.md b/docs/pages/index.md index 57d703e0..8db0adc1 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -4,7 +4,9 @@ title: "Arctic documentation" # Arctic documentation -Arctic is an OAuth 2.0 library for JavaScript/TypeScript that supports numerous providers. It runs on any runtime, including Node.js, Bun, Deno, and Cloudflare Workers. +Arctic is a TypeScript library that provides OAuth 2.0 and OpenID Connect clients for major providers. It runs on any runtime, including Node.js, Bun, Deno, and Cloudflare Workers. + +If you need a generic OAuth 2.0 client, see [Oslo](https://oslo.js.org). ## Installation