@acontplus/ng-auth 1.1.6 → 1.1.7

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 (1) hide show
  1. package/package.json +17 -5
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@acontplus/ng-auth",
3
- "version": "1.1.6",
4
- "description": "Acontplus Angular Authentication Module",
3
+ "version": "1.1.7",
4
+ "description": "Comprehensive Angular authentication module with JWT token management, route guards, CSRF protection, URL redirection, session handling, and clean architecture patterns. Includes login components, auth interceptors, and DDD-based repositories.",
5
5
  "dependencies": {
6
- "@acontplus/ng-infrastructure": "^1.0.7",
7
- "@acontplus/ng-config": "^1.0.5",
6
+ "@acontplus/ng-infrastructure": "^1.0.8",
7
+ "@acontplus/ng-config": "^1.0.6",
8
8
  "jwt-decode": "^4.0.0",
9
9
  "rxjs": "^7.8.1",
10
10
  "tslib": "^2.3.0"
11
11
  },
12
12
  "peerDependencies": {
13
- "@acontplus/core": "^1.0.16",
13
+ "@acontplus/core": "^1.0.17",
14
14
  "@angular/common": "^20.3.2",
15
15
  "@angular/core": "^20.3.2",
16
16
  "@angular/router": "^20.3.2",
@@ -41,7 +41,19 @@
41
41
  "angular",
42
42
  "authentication",
43
43
  "jwt",
44
+ "jwt-decode",
44
45
  "guards",
46
+ "auth-guard",
47
+ "interceptors",
48
+ "csrf",
49
+ "url-redirect",
50
+ "session",
51
+ "token-management",
52
+ "login",
53
+ "ddd",
54
+ "clean-architecture",
55
+ "repositories",
56
+ "use-cases",
45
57
  "typescript",
46
58
  "frontend",
47
59
  "library"