@thetechfossil/auth2 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -13,6 +13,18 @@ A lightweight, easy-to-use authentication SDK for integrating with the Auth back
13
13
  - Supports custom frontend base URLs for email verification links
14
14
  - **Embedded styling** - No separate CSS imports required!
15
15
 
16
+ ## Documentation
17
+
18
+ 📚 **Complete documentation is available at:** [https://ttf-auth-docs.netlify.app/](https://ttf-auth-docs.netlify.app/)
19
+
20
+ The documentation includes:
21
+ - Getting started guides
22
+ - API reference
23
+ - Component documentation
24
+ - Architecture overview
25
+ - Environment configuration
26
+ - Integration examples for React, Next.js, and Node.js
27
+
16
28
  ## Installation
17
29
 
18
30
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thetechfossil/auth2",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Authentication SDK for easy integration with Auth backend",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -57,6 +57,11 @@
57
57
  ],
58
58
  "author": "Auth Team",
59
59
  "license": "MIT",
60
+ "homepage": "https://ttf-auth-docs.netlify.app/",
61
+ "repository": {
62
+ "type": "git",
63
+ "url": "https://github.com/thetechfossil/auths"
64
+ },
60
65
  "publishConfig": {
61
66
  "access": "public"
62
67
  },