@authcore/core 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @authcore/core
|
|
2
2
|
|
|
3
|
-
> Framework-agnostic authentication engine
|
|
3
|
+
> Framework-agnostic authentication engine - types, validation, password hashing, JWT, and adapter interfaces.
|
|
4
4
|
|
|
5
|
-
This is the core package that powers all AuthCore framework adapters. You typically won't use it directly
|
|
5
|
+
This is the core package that powers all AuthCore framework adapters. You typically won't use it directly - instead, use [`@authcore/express`](https://www.npmjs.com/package/@authcore/express) or [`@authcore/fastify`](https://www.npmjs.com/package/@authcore/fastify).
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|