Skip to content

Commit 1902ba9

Browse files
authored
chore(docs): tweak intro paragraph copy (#10808)
1 parent 6e36083 commit 1902ba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/pages/getting-started/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import manifest from "@/data/manifest.json"
77

88
# What is Auth.js?
99

10-
Auth.js is a runtime agnostic library based on standard Web APIs that deeply integrates with modern JavaScript frameworks via additional libraries that wrap the core functionality and tailor it to the framework's best practices. This documentation covers `[email protected]` and later and all other frameworks under the `@auth/*` namespace. Documentation for `[email protected]` can still be found at [next-auth.js.org](https://next-auth.js.org).
10+
Auth.js is a <abbr title="Designed to work seamlessly across different JavaScript runtime environments without relying on specific features or behaviors of any particular runtime">runtime agnostic</abbr> library based on standard Web APIs that integrates deeply with multiple modern JavaScript frameworks to provide an authentication experience that's simple to get started with, easy to extend, and always private and secure!
11+
12+
This documentation covers `[email protected]` and later and all other frameworks under the `@auth/*` namespace. Documentation for `[email protected]` can still be found at [next-auth.js.org](https://next-auth.js.org).
1113

1214
Select your framework of choice to get started, or view the example application deployment or repository with the buttons below.
1315

0 commit comments

Comments
 (0)