@gauts/auth 0.10.1 → 0.10.2
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# `@gauts/auth`
|
|
2
2
|
|
|
3
|
+
[](https://bundlephobia.com/package/@gauts/auth)
|
|
4
|
+
[](https://bundlephobia.com/package/@gauts/auth)
|
|
5
|
+
|
|
3
6
|
Database-backed password authentication, opaque browser sessions, and optional social authentication for Node.js applications.
|
|
4
7
|
|
|
5
8
|
`@gauts/auth` provides password hashing, session lifecycle, secure cookies, database validation, optional short caching, Prisma or Drizzle persistence, Hono/Express/Fastify integration, and Google/GitHub/X OAuth. The application keeps control of credential lookup, business-specific registration data, authorization, responses, and UI.
|