@os.io/nest-kit 0.0.1-alpha.0 → 0.0.1-alpha.1

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 (286) hide show
  1. package/README.md +30 -30
  2. package/package.json +41 -5
  3. package/dist/auth/auth.constants.d.ts +0 -19
  4. package/dist/auth/auth.constants.d.ts.map +0 -1
  5. package/dist/auth/auth.constants.js +0 -19
  6. package/dist/auth/auth.constants.js.map +0 -1
  7. package/dist/auth/auth.guard.d.ts +0 -20
  8. package/dist/auth/auth.guard.d.ts.map +0 -1
  9. package/dist/auth/auth.guard.js +0 -84
  10. package/dist/auth/auth.guard.js.map +0 -1
  11. package/dist/auth/auth.module.d.ts +0 -26
  12. package/dist/auth/auth.module.d.ts.map +0 -1
  13. package/dist/auth/auth.module.js +0 -344
  14. package/dist/auth/auth.module.js.map +0 -1
  15. package/dist/auth/auth.options.d.ts +0 -179
  16. package/dist/auth/auth.options.d.ts.map +0 -1
  17. package/dist/auth/auth.options.js +0 -2
  18. package/dist/auth/auth.options.js.map +0 -1
  19. package/dist/auth/auth.service.d.ts +0 -57
  20. package/dist/auth/auth.service.d.ts.map +0 -1
  21. package/dist/auth/auth.service.js +0 -175
  22. package/dist/auth/auth.service.js.map +0 -1
  23. package/dist/auth/authorization/index.d.ts +0 -3
  24. package/dist/auth/authorization/index.d.ts.map +0 -1
  25. package/dist/auth/authorization/index.js +0 -3
  26. package/dist/auth/authorization/index.js.map +0 -1
  27. package/dist/auth/authorization/pbac/index.d.ts +0 -6
  28. package/dist/auth/authorization/pbac/index.d.ts.map +0 -1
  29. package/dist/auth/authorization/pbac/index.js +0 -4
  30. package/dist/auth/authorization/pbac/index.js.map +0 -1
  31. package/dist/auth/authorization/pbac/pbac.decorator.d.ts +0 -18
  32. package/dist/auth/authorization/pbac/pbac.decorator.d.ts.map +0 -1
  33. package/dist/auth/authorization/pbac/pbac.decorator.js +0 -14
  34. package/dist/auth/authorization/pbac/pbac.decorator.js.map +0 -1
  35. package/dist/auth/authorization/pbac/pbac.guard.d.ts +0 -19
  36. package/dist/auth/authorization/pbac/pbac.guard.d.ts.map +0 -1
  37. package/dist/auth/authorization/pbac/pbac.guard.js +0 -60
  38. package/dist/auth/authorization/pbac/pbac.guard.js.map +0 -1
  39. package/dist/auth/authorization/pbac/pbac.service.d.ts +0 -44
  40. package/dist/auth/authorization/pbac/pbac.service.d.ts.map +0 -1
  41. package/dist/auth/authorization/pbac/pbac.service.js +0 -146
  42. package/dist/auth/authorization/pbac/pbac.service.js.map +0 -1
  43. package/dist/auth/authorization/pbac/pbac.types.d.ts +0 -47
  44. package/dist/auth/authorization/pbac/pbac.types.d.ts.map +0 -1
  45. package/dist/auth/authorization/pbac/pbac.types.js +0 -2
  46. package/dist/auth/authorization/pbac/pbac.types.js.map +0 -1
  47. package/dist/auth/authorization/rbac/index.d.ts +0 -4
  48. package/dist/auth/authorization/rbac/index.d.ts.map +0 -1
  49. package/dist/auth/authorization/rbac/index.js +0 -4
  50. package/dist/auth/authorization/rbac/index.js.map +0 -1
  51. package/dist/auth/authorization/rbac/rbac.decorator.d.ts +0 -18
  52. package/dist/auth/authorization/rbac/rbac.decorator.d.ts.map +0 -1
  53. package/dist/auth/authorization/rbac/rbac.decorator.js +0 -25
  54. package/dist/auth/authorization/rbac/rbac.decorator.js.map +0 -1
  55. package/dist/auth/authorization/rbac/rbac.guard.d.ts +0 -19
  56. package/dist/auth/authorization/rbac/rbac.guard.d.ts.map +0 -1
  57. package/dist/auth/authorization/rbac/rbac.guard.js +0 -50
  58. package/dist/auth/authorization/rbac/rbac.guard.js.map +0 -1
  59. package/dist/auth/authorization/rbac/rbac.service.d.ts +0 -43
  60. package/dist/auth/authorization/rbac/rbac.service.d.ts.map +0 -1
  61. package/dist/auth/authorization/rbac/rbac.service.js +0 -95
  62. package/dist/auth/authorization/rbac/rbac.service.js.map +0 -1
  63. package/dist/auth/decorators/current-user.decorator.d.ts +0 -17
  64. package/dist/auth/decorators/current-user.decorator.d.ts.map +0 -1
  65. package/dist/auth/decorators/current-user.decorator.js +0 -23
  66. package/dist/auth/decorators/current-user.decorator.js.map +0 -1
  67. package/dist/auth/decorators/index.d.ts +0 -3
  68. package/dist/auth/decorators/index.d.ts.map +0 -1
  69. package/dist/auth/decorators/index.js +0 -3
  70. package/dist/auth/decorators/index.js.map +0 -1
  71. package/dist/auth/decorators/public.decorator.d.ts +0 -13
  72. package/dist/auth/decorators/public.decorator.d.ts.map +0 -1
  73. package/dist/auth/decorators/public.decorator.js +0 -15
  74. package/dist/auth/decorators/public.decorator.js.map +0 -1
  75. package/dist/auth/index.d.ts +0 -63
  76. package/dist/auth/index.d.ts.map +0 -1
  77. package/dist/auth/index.js +0 -65
  78. package/dist/auth/index.js.map +0 -1
  79. package/dist/auth/interfaces/auth-request.interface.d.ts +0 -18
  80. package/dist/auth/interfaces/auth-request.interface.d.ts.map +0 -1
  81. package/dist/auth/interfaces/auth-request.interface.js +0 -2
  82. package/dist/auth/interfaces/auth-request.interface.js.map +0 -1
  83. package/dist/auth/interfaces/auth-result.interface.d.ts +0 -28
  84. package/dist/auth/interfaces/auth-result.interface.d.ts.map +0 -1
  85. package/dist/auth/interfaces/auth-result.interface.js +0 -2
  86. package/dist/auth/interfaces/auth-result.interface.js.map +0 -1
  87. package/dist/auth/interfaces/auth-strategy.interface.d.ts +0 -37
  88. package/dist/auth/interfaces/auth-strategy.interface.d.ts.map +0 -1
  89. package/dist/auth/interfaces/auth-strategy.interface.js +0 -16
  90. package/dist/auth/interfaces/auth-strategy.interface.js.map +0 -1
  91. package/dist/auth/interfaces/auth-user.interface.d.ts +0 -25
  92. package/dist/auth/interfaces/auth-user.interface.d.ts.map +0 -1
  93. package/dist/auth/interfaces/auth-user.interface.js +0 -2
  94. package/dist/auth/interfaces/auth-user.interface.js.map +0 -1
  95. package/dist/auth/interfaces/cache-service.interface.d.ts +0 -30
  96. package/dist/auth/interfaces/cache-service.interface.d.ts.map +0 -1
  97. package/dist/auth/interfaces/cache-service.interface.js +0 -2
  98. package/dist/auth/interfaces/cache-service.interface.js.map +0 -1
  99. package/dist/auth/interfaces/index.d.ts +0 -8
  100. package/dist/auth/interfaces/index.d.ts.map +0 -1
  101. package/dist/auth/interfaces/index.js +0 -2
  102. package/dist/auth/interfaces/index.js.map +0 -1
  103. package/dist/auth/interfaces/user-service.interface.d.ts +0 -34
  104. package/dist/auth/interfaces/user-service.interface.d.ts.map +0 -1
  105. package/dist/auth/interfaces/user-service.interface.js +0 -2
  106. package/dist/auth/interfaces/user-service.interface.js.map +0 -1
  107. package/dist/auth/password/password.service.d.ts +0 -23
  108. package/dist/auth/password/password.service.d.ts.map +0 -1
  109. package/dist/auth/password/password.service.js +0 -52
  110. package/dist/auth/password/password.service.js.map +0 -1
  111. package/dist/auth/session/device-session.service.d.ts +0 -43
  112. package/dist/auth/session/device-session.service.d.ts.map +0 -1
  113. package/dist/auth/session/device-session.service.js +0 -72
  114. package/dist/auth/session/device-session.service.js.map +0 -1
  115. package/dist/auth/session/index.d.ts +0 -5
  116. package/dist/auth/session/index.d.ts.map +0 -1
  117. package/dist/auth/session/index.js +0 -4
  118. package/dist/auth/session/index.js.map +0 -1
  119. package/dist/auth/session/jwt.service.d.ts +0 -37
  120. package/dist/auth/session/jwt.service.d.ts.map +0 -1
  121. package/dist/auth/session/jwt.service.js +0 -119
  122. package/dist/auth/session/jwt.service.js.map +0 -1
  123. package/dist/auth/session/token-blacklist.service.d.ts +0 -37
  124. package/dist/auth/session/token-blacklist.service.d.ts.map +0 -1
  125. package/dist/auth/session/token-blacklist.service.js +0 -70
  126. package/dist/auth/session/token-blacklist.service.js.map +0 -1
  127. package/dist/auth/strategies/anonymous/anonymous.strategy.d.ts +0 -19
  128. package/dist/auth/strategies/anonymous/anonymous.strategy.d.ts.map +0 -1
  129. package/dist/auth/strategies/anonymous/anonymous.strategy.js +0 -49
  130. package/dist/auth/strategies/anonymous/anonymous.strategy.js.map +0 -1
  131. package/dist/auth/strategies/base/base.strategy.d.ts +0 -11
  132. package/dist/auth/strategies/base/base.strategy.d.ts.map +0 -1
  133. package/dist/auth/strategies/base/base.strategy.js +0 -6
  134. package/dist/auth/strategies/base/base.strategy.js.map +0 -1
  135. package/dist/auth/strategies/credentials/credentials.strategy.d.ts +0 -21
  136. package/dist/auth/strategies/credentials/credentials.strategy.d.ts.map +0 -1
  137. package/dist/auth/strategies/credentials/credentials.strategy.js +0 -67
  138. package/dist/auth/strategies/credentials/credentials.strategy.js.map +0 -1
  139. package/dist/auth/strategies/index.d.ts +0 -12
  140. package/dist/auth/strategies/index.d.ts.map +0 -1
  141. package/dist/auth/strategies/index.js +0 -12
  142. package/dist/auth/strategies/index.js.map +0 -1
  143. package/dist/auth/strategies/magic-link/magic-link.strategy.d.ts +0 -31
  144. package/dist/auth/strategies/magic-link/magic-link.strategy.d.ts.map +0 -1
  145. package/dist/auth/strategies/magic-link/magic-link.strategy.js +0 -88
  146. package/dist/auth/strategies/magic-link/magic-link.strategy.js.map +0 -1
  147. package/dist/auth/strategies/oauth/index.d.ts +0 -3
  148. package/dist/auth/strategies/oauth/index.d.ts.map +0 -1
  149. package/dist/auth/strategies/oauth/index.js +0 -3
  150. package/dist/auth/strategies/oauth/index.js.map +0 -1
  151. package/dist/auth/strategies/oauth/oauth-provider-registry.d.ts +0 -13
  152. package/dist/auth/strategies/oauth/oauth-provider-registry.d.ts.map +0 -1
  153. package/dist/auth/strategies/oauth/oauth-provider-registry.js +0 -20
  154. package/dist/auth/strategies/oauth/oauth-provider-registry.js.map +0 -1
  155. package/dist/auth/strategies/oauth/oauth.strategy.d.ts +0 -23
  156. package/dist/auth/strategies/oauth/oauth.strategy.d.ts.map +0 -1
  157. package/dist/auth/strategies/oauth/oauth.strategy.js +0 -79
  158. package/dist/auth/strategies/oauth/oauth.strategy.js.map +0 -1
  159. package/dist/auth/strategies/onetap/onetap.strategy.d.ts +0 -24
  160. package/dist/auth/strategies/onetap/onetap.strategy.d.ts.map +0 -1
  161. package/dist/auth/strategies/onetap/onetap.strategy.js +0 -77
  162. package/dist/auth/strategies/onetap/onetap.strategy.js.map +0 -1
  163. package/dist/auth/strategies/otp/otp.strategy.d.ts +0 -31
  164. package/dist/auth/strategies/otp/otp.strategy.d.ts.map +0 -1
  165. package/dist/auth/strategies/otp/otp.strategy.js +0 -93
  166. package/dist/auth/strategies/otp/otp.strategy.js.map +0 -1
  167. package/dist/auth/strategies/passkey/passkey.strategy.d.ts +0 -32
  168. package/dist/auth/strategies/passkey/passkey.strategy.d.ts.map +0 -1
  169. package/dist/auth/strategies/passkey/passkey.strategy.js +0 -102
  170. package/dist/auth/strategies/passkey/passkey.strategy.js.map +0 -1
  171. package/dist/auth/strategies/sso/sso.strategy.d.ts +0 -25
  172. package/dist/auth/strategies/sso/sso.strategy.d.ts.map +0 -1
  173. package/dist/auth/strategies/sso/sso.strategy.js +0 -80
  174. package/dist/auth/strategies/sso/sso.strategy.js.map +0 -1
  175. package/dist/auth/strategies/totp/totp.strategy.d.ts +0 -37
  176. package/dist/auth/strategies/totp/totp.strategy.d.ts.map +0 -1
  177. package/dist/auth/strategies/totp/totp.strategy.js +0 -109
  178. package/dist/auth/strategies/totp/totp.strategy.js.map +0 -1
  179. package/dist/auth/throttling/index.d.ts +0 -2
  180. package/dist/auth/throttling/index.d.ts.map +0 -1
  181. package/dist/auth/throttling/index.js +0 -2
  182. package/dist/auth/throttling/index.js.map +0 -1
  183. package/dist/auth/throttling/throttle.service.d.ts +0 -27
  184. package/dist/auth/throttling/throttle.service.d.ts.map +0 -1
  185. package/dist/auth/throttling/throttle.service.js +0 -63
  186. package/dist/auth/throttling/throttle.service.js.map +0 -1
  187. package/dist/bootstrap/cache/config.d.ts +0 -135
  188. package/dist/bootstrap/cache/config.d.ts.map +0 -1
  189. package/dist/bootstrap/cache/config.js +0 -189
  190. package/dist/bootstrap/cache/config.js.map +0 -1
  191. package/dist/bootstrap/cache/index.d.ts +0 -11
  192. package/dist/bootstrap/cache/index.d.ts.map +0 -1
  193. package/dist/bootstrap/cache/index.js +0 -11
  194. package/dist/bootstrap/cache/index.js.map +0 -1
  195. package/dist/bootstrap/index.d.ts +0 -21
  196. package/dist/bootstrap/index.d.ts.map +0 -1
  197. package/dist/bootstrap/index.js +0 -21
  198. package/dist/bootstrap/index.js.map +0 -1
  199. package/dist/bootstrap/scalar/api-docs.d.ts +0 -39
  200. package/dist/bootstrap/scalar/api-docs.d.ts.map +0 -1
  201. package/dist/bootstrap/scalar/api-docs.js +0 -41
  202. package/dist/bootstrap/scalar/api-docs.js.map +0 -1
  203. package/dist/bootstrap/scalar/index.d.ts +0 -39
  204. package/dist/bootstrap/scalar/index.d.ts.map +0 -1
  205. package/dist/bootstrap/scalar/index.js +0 -41
  206. package/dist/bootstrap/scalar/index.js.map +0 -1
  207. package/dist/bootstrap/swagger/api-docs.d.ts +0 -73
  208. package/dist/bootstrap/swagger/api-docs.d.ts.map +0 -1
  209. package/dist/bootstrap/swagger/api-docs.js +0 -87
  210. package/dist/bootstrap/swagger/api-docs.js.map +0 -1
  211. package/dist/bootstrap/swagger/index.d.ts +0 -37
  212. package/dist/bootstrap/swagger/index.d.ts.map +0 -1
  213. package/dist/bootstrap/swagger/index.js +0 -36
  214. package/dist/bootstrap/swagger/index.js.map +0 -1
  215. package/dist/bootstrap/typeorm/config/index.d.ts +0 -12
  216. package/dist/bootstrap/typeorm/config/index.d.ts.map +0 -1
  217. package/dist/bootstrap/typeorm/config/index.js +0 -62
  218. package/dist/bootstrap/typeorm/config/index.js.map +0 -1
  219. package/dist/bootstrap/typeorm/crud/controller.d.ts +0 -13
  220. package/dist/bootstrap/typeorm/crud/controller.d.ts.map +0 -1
  221. package/dist/bootstrap/typeorm/crud/controller.js +0 -72
  222. package/dist/bootstrap/typeorm/crud/controller.js.map +0 -1
  223. package/dist/bootstrap/typeorm/crud/index.d.ts +0 -4
  224. package/dist/bootstrap/typeorm/crud/index.d.ts.map +0 -1
  225. package/dist/bootstrap/typeorm/crud/index.js +0 -3
  226. package/dist/bootstrap/typeorm/crud/index.js.map +0 -1
  227. package/dist/bootstrap/typeorm/crud/service.d.ts +0 -10
  228. package/dist/bootstrap/typeorm/crud/service.d.ts.map +0 -1
  229. package/dist/bootstrap/typeorm/crud/service.js +0 -21
  230. package/dist/bootstrap/typeorm/crud/service.js.map +0 -1
  231. package/dist/bootstrap/typeorm/index.d.ts +0 -18
  232. package/dist/bootstrap/typeorm/index.d.ts.map +0 -1
  233. package/dist/bootstrap/typeorm/index.js +0 -18
  234. package/dist/bootstrap/typeorm/index.js.map +0 -1
  235. package/dist/bootstrap/typeorm/uow/factory.d.ts +0 -5
  236. package/dist/bootstrap/typeorm/uow/factory.d.ts.map +0 -1
  237. package/dist/bootstrap/typeorm/uow/factory.js +0 -27
  238. package/dist/bootstrap/typeorm/uow/factory.js.map +0 -1
  239. package/dist/bootstrap/typeorm/uow/index.d.ts +0 -4
  240. package/dist/bootstrap/typeorm/uow/index.d.ts.map +0 -1
  241. package/dist/bootstrap/typeorm/uow/index.js +0 -4
  242. package/dist/bootstrap/typeorm/uow/index.js.map +0 -1
  243. package/dist/bootstrap/typeorm/uow/transactional.decorator.d.ts +0 -62
  244. package/dist/bootstrap/typeorm/uow/transactional.decorator.d.ts.map +0 -1
  245. package/dist/bootstrap/typeorm/uow/transactional.decorator.js +0 -114
  246. package/dist/bootstrap/typeorm/uow/transactional.decorator.js.map +0 -1
  247. package/dist/bootstrap/typeorm/uow/unit-of-work.d.ts +0 -11
  248. package/dist/bootstrap/typeorm/uow/unit-of-work.d.ts.map +0 -1
  249. package/dist/bootstrap/typeorm/uow/unit-of-work.js +0 -23
  250. package/dist/bootstrap/typeorm/uow/unit-of-work.js.map +0 -1
  251. package/dist/core/index.d.ts +0 -11
  252. package/dist/core/index.d.ts.map +0 -1
  253. package/dist/core/index.js +0 -11
  254. package/dist/core/index.js.map +0 -1
  255. package/dist/infra/audit-log/index.d.ts +0 -12
  256. package/dist/infra/audit-log/index.d.ts.map +0 -1
  257. package/dist/infra/audit-log/index.js +0 -13
  258. package/dist/infra/audit-log/index.js.map +0 -1
  259. package/dist/infra/index.d.ts +0 -20
  260. package/dist/infra/index.d.ts.map +0 -1
  261. package/dist/infra/index.js +0 -21
  262. package/dist/infra/index.js.map +0 -1
  263. package/dist/infra/logger/index.d.ts +0 -12
  264. package/dist/infra/logger/index.d.ts.map +0 -1
  265. package/dist/infra/logger/index.js +0 -13
  266. package/dist/infra/logger/index.js.map +0 -1
  267. package/dist/infra/metrics/index.d.ts +0 -18
  268. package/dist/infra/metrics/index.d.ts.map +0 -1
  269. package/dist/infra/metrics/index.js +0 -19
  270. package/dist/infra/metrics/index.js.map +0 -1
  271. package/dist/infra/notification/index.d.ts +0 -12
  272. package/dist/infra/notification/index.d.ts.map +0 -1
  273. package/dist/infra/notification/index.js +0 -13
  274. package/dist/infra/notification/index.js.map +0 -1
  275. package/dist/infra/storage/index.d.ts +0 -12
  276. package/dist/infra/storage/index.d.ts.map +0 -1
  277. package/dist/infra/storage/index.js +0 -13
  278. package/dist/infra/storage/index.js.map +0 -1
  279. package/dist/infra/stripe/index.d.ts +0 -12
  280. package/dist/infra/stripe/index.d.ts.map +0 -1
  281. package/dist/infra/stripe/index.js +0 -13
  282. package/dist/infra/stripe/index.js.map +0 -1
  283. package/dist/saas/index.d.ts +0 -18
  284. package/dist/saas/index.d.ts.map +0 -1
  285. package/dist/saas/index.js +0 -19
  286. package/dist/saas/index.js.map +0 -1
@@ -1,344 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var AuthModule_1;
8
- import { Module, Logger } from '@nestjs/common';
9
- import { AUTH_MODULE_OPTIONS, AUTH_STRATEGIES, CACHE_SERVICE, USER_SERVICE, } from './auth.constants';
10
- import { AuthService } from './auth.service';
11
- import { AuthGuard } from './auth.guard';
12
- import { PasswordService } from './password/password.service';
13
- import { JwtService } from './session/jwt.service';
14
- import { TokenBlacklistService } from './session/token-blacklist.service';
15
- import { DeviceSessionService } from './session/device-session.service';
16
- import { ThrottleService } from './throttling/throttle.service';
17
- import { CredentialsStrategy } from './strategies/credentials/credentials.strategy';
18
- import { OAuthStrategy, OAuthProviderRegistry } from './strategies/oauth/index';
19
- import { TotpStrategy } from './strategies/totp/totp.strategy';
20
- import { AnonymousStrategy } from './strategies/anonymous/anonymous.strategy';
21
- import { MagicLinkStrategy } from './strategies/magic-link/magic-link.strategy';
22
- import { OtpStrategy } from './strategies/otp/otp.strategy';
23
- import { PasskeyStrategy } from './strategies/passkey/passkey.strategy';
24
- import { OneTapStrategy } from './strategies/onetap/onetap.strategy';
25
- import { SsoStrategy } from './strategies/sso/sso.strategy';
26
- import { RbacService, RbacGuard } from './authorization/rbac';
27
- import { PbacService, PbacGuard } from './authorization/pbac';
28
- const logger = new Logger('AuthModule');
29
- let AuthModule = AuthModule_1 = class AuthModule {
30
- /**
31
- * Configure the auth module synchronously.
32
- */
33
- static forRoot(options, extraProviders = []) {
34
- return AuthModule_1.buildModule(options, extraProviders);
35
- }
36
- /**
37
- * Configure the auth module asynchronously.
38
- */
39
- static forRootAsync(options) {
40
- const asyncProviders = AuthModule_1.createAsyncProviders(options);
41
- const strategyProviders = AuthModule_1.createStrategyProviders(true);
42
- const coreProviders = AuthModule_1.createCoreProviders();
43
- const authzProviders = AuthModule_1.createAuthzProviders();
44
- const enabledStrategiesProvider = AuthModule_1.createEnabledStrategiesProvider();
45
- return {
46
- module: AuthModule_1,
47
- global: options.global ?? true,
48
- imports: options.imports ?? [],
49
- providers: [
50
- ...asyncProviders,
51
- ...strategyProviders,
52
- ...coreProviders,
53
- ...authzProviders,
54
- enabledStrategiesProvider,
55
- ...(options.extraProviders ?? []),
56
- ],
57
- exports: AuthModule_1.getExports(),
58
- };
59
- }
60
- static buildModule(options, extraProviders) {
61
- const providers = [
62
- { provide: AUTH_MODULE_OPTIONS, useValue: options },
63
- ...AuthModule_1.createStrategyProviders(false),
64
- ...AuthModule_1.createCoreProviders(),
65
- ...AuthModule_1.createAuthzProviders(),
66
- AuthModule_1.createEnabledStrategiesProvider(),
67
- ...extraProviders,
68
- ];
69
- if (!options.cacheServiceToken) {
70
- logger.warn('You must register a provider under the "CACHE_SERVICE" injection token. ' +
71
- 'See AuthModuleOptions.cacheServiceToken.');
72
- }
73
- return {
74
- module: AuthModule_1,
75
- global: options.global ?? true,
76
- providers,
77
- exports: AuthModule_1.getExports(),
78
- };
79
- }
80
- static createAsyncProviders(options) {
81
- return [
82
- {
83
- provide: AUTH_MODULE_OPTIONS,
84
- useFactory: options.useFactory,
85
- inject: options.inject ?? [],
86
- },
87
- ];
88
- }
89
- /**
90
- * Conditionally register strategy classes based on config.
91
- * Only enabled strategies are registered as providers.
92
- */
93
- static createStrategyProviders(async) {
94
- const providers = [];
95
- // Credentials — enabled by default (unless explicitly false)
96
- providers.push({
97
- provide: CredentialsStrategy,
98
- useFactory: (...args) => {
99
- const options = args[0];
100
- if (options.credentials === false) {
101
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('credentials'));
102
- }
103
- return new CredentialsStrategy(args[1], args[2], args[3]);
104
- },
105
- inject: async
106
- ? [AUTH_MODULE_OPTIONS, USER_SERVICE, PasswordService, JwtService]
107
- : [AUTH_MODULE_OPTIONS, USER_SERVICE, PasswordService, JwtService],
108
- });
109
- // OAuth — enabled when config provided
110
- providers.push({
111
- provide: OAuthStrategy,
112
- useFactory: (...args) => {
113
- const options = args[0];
114
- if (!options.oauth) {
115
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('oauth'));
116
- }
117
- const registry = new OAuthProviderRegistry();
118
- const oauthOpts = options.oauth;
119
- for (const [provider, cfg] of Object.entries(oauthOpts)) {
120
- if (typeof cfg === 'object' && cfg !== null) {
121
- registry.register(provider, cfg);
122
- }
123
- }
124
- return new OAuthStrategy(args[1], args[2], registry);
125
- },
126
- inject: async
127
- ? [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService]
128
- : [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService],
129
- });
130
- // TOTP — enabled when config provided
131
- providers.push({
132
- provide: TotpStrategy,
133
- useFactory: (...args) => {
134
- const options = args[0];
135
- if (!options.totp) {
136
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('totp'));
137
- }
138
- return new TotpStrategy(args[1], args[2]);
139
- },
140
- inject: async
141
- ? [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService]
142
- : [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService],
143
- });
144
- // Anonymous — enabled when config provided
145
- providers.push({
146
- provide: AnonymousStrategy,
147
- useFactory: (...args) => {
148
- const options = args[0];
149
- if (!options.anonymous) {
150
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('anonymous'));
151
- }
152
- return new AnonymousStrategy(args[1]);
153
- },
154
- inject: async
155
- ? [AUTH_MODULE_OPTIONS, JwtService]
156
- : [AUTH_MODULE_OPTIONS, JwtService],
157
- });
158
- // Magic Link — enabled when config provided
159
- providers.push({
160
- provide: MagicLinkStrategy,
161
- useFactory: (...args) => {
162
- const options = args[0];
163
- if (!options.magicLink) {
164
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('magic-link'));
165
- }
166
- return new MagicLinkStrategy(args[1], args[2], args[3]);
167
- },
168
- inject: async
169
- ? [AUTH_MODULE_OPTIONS, CACHE_SERVICE, USER_SERVICE, JwtService]
170
- : [AUTH_MODULE_OPTIONS, CACHE_SERVICE, USER_SERVICE, JwtService],
171
- });
172
- // OTP — enabled when config provided
173
- providers.push({
174
- provide: OtpStrategy,
175
- useFactory: (...args) => {
176
- const options = args[0];
177
- if (!options.otp) {
178
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('otp'));
179
- }
180
- return new OtpStrategy(args[1], args[2], args[3]);
181
- },
182
- inject: async
183
- ? [AUTH_MODULE_OPTIONS, CACHE_SERVICE, USER_SERVICE, JwtService]
184
- : [AUTH_MODULE_OPTIONS, CACHE_SERVICE, USER_SERVICE, JwtService],
185
- });
186
- // Passkey — enabled when config provided
187
- providers.push({
188
- provide: PasskeyStrategy,
189
- useFactory: (...args) => {
190
- const options = args[0];
191
- if (!options.passkey) {
192
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('passkey'));
193
- }
194
- return new PasskeyStrategy(args[1], args[2]);
195
- },
196
- inject: async
197
- ? [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService]
198
- : [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService],
199
- });
200
- // OneTap — enabled when config provided
201
- providers.push({
202
- provide: OneTapStrategy,
203
- useFactory: (...args) => {
204
- const options = args[0];
205
- if (!options.onetap) {
206
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('onetap'));
207
- }
208
- return new OneTapStrategy(args[1], args[2]);
209
- },
210
- inject: async
211
- ? [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService]
212
- : [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService],
213
- });
214
- // SSO — enabled when config provided
215
- providers.push({
216
- provide: SsoStrategy,
217
- useFactory: (...args) => {
218
- const options = args[0];
219
- if (!options.sso) {
220
- return AuthModule_1.createDisabledStrategy(AuthModule_1.nameFor('sso'));
221
- }
222
- return new SsoStrategy(args[1], args[2]);
223
- },
224
- inject: async
225
- ? [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService]
226
- : [AUTH_MODULE_OPTIONS, USER_SERVICE, JwtService],
227
- });
228
- return providers;
229
- }
230
- static createCoreProviders() {
231
- return [
232
- AuthService,
233
- AuthGuard,
234
- PasswordService,
235
- JwtService,
236
- TokenBlacklistService,
237
- DeviceSessionService,
238
- ThrottleService,
239
- ];
240
- }
241
- static createAuthzProviders() {
242
- return [
243
- RbacGuard,
244
- {
245
- provide: RbacService,
246
- useFactory: (cache) => {
247
- return new RbacService(cache);
248
- },
249
- inject: [CACHE_SERVICE],
250
- },
251
- {
252
- provide: PbacGuard,
253
- useFactory: (reflector, pbacService) => {
254
- return new PbacGuard(reflector, pbacService);
255
- },
256
- inject: ['Reflector', PbacService],
257
- },
258
- {
259
- provide: PbacService,
260
- useFactory: (cache) => {
261
- return new PbacService(cache);
262
- },
263
- inject: [CACHE_SERVICE],
264
- },
265
- ];
266
- }
267
- static createEnabledStrategiesProvider() {
268
- return {
269
- provide: AUTH_STRATEGIES,
270
- useFactory: (credentials, oauth, totp, anonymous, magicLink, otp, passkey, onetap, sso) => {
271
- const all = [
272
- credentials,
273
- oauth,
274
- totp,
275
- anonymous,
276
- magicLink,
277
- otp,
278
- passkey,
279
- onetap,
280
- sso,
281
- ];
282
- return all.filter((s) => !s._disabled);
283
- },
284
- inject: [
285
- CredentialsStrategy,
286
- OAuthStrategy,
287
- TotpStrategy,
288
- AnonymousStrategy,
289
- MagicLinkStrategy,
290
- OtpStrategy,
291
- PasskeyStrategy,
292
- OneTapStrategy,
293
- SsoStrategy,
294
- ],
295
- };
296
- }
297
- static getExports() {
298
- return [
299
- AuthService,
300
- AuthGuard,
301
- RbacService,
302
- RbacGuard,
303
- PbacService,
304
- PbacGuard,
305
- PasswordService,
306
- JwtService,
307
- TokenBlacklistService,
308
- DeviceSessionService,
309
- ThrottleService,
310
- CredentialsStrategy,
311
- OAuthStrategy,
312
- OAuthProviderRegistry,
313
- TotpStrategy,
314
- AnonymousStrategy,
315
- MagicLinkStrategy,
316
- OtpStrategy,
317
- PasskeyStrategy,
318
- OneTapStrategy,
319
- SsoStrategy,
320
- ];
321
- }
322
- static createDisabledStrategy(name) {
323
- const s = new DisabledStrategy();
324
- s._name = name;
325
- return s;
326
- }
327
- static nameFor(method) {
328
- return method;
329
- }
330
- };
331
- AuthModule = AuthModule_1 = __decorate([
332
- Module({})
333
- ], AuthModule);
334
- export { AuthModule };
335
- class DisabledStrategy {
336
- _disabled = true;
337
- _name = 'disabled';
338
- type = '';
339
- name = 'disabled';
340
- authenticate() {
341
- throw new Error(`Strategy "${this._name}" is not enabled`);
342
- }
343
- }
344
- //# sourceMappingURL=auth.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.module.js","sourceRoot":"","sources":["../../packages/auth/auth.module.ts"],"names":[],"mappings":"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"}
@@ -1,179 +0,0 @@
1
- import type { Provider, DynamicModule, Type } from '@nestjs/common';
2
- import type { AuthMethod } from './interfaces';
3
- export interface CredentialsOptions {
4
- /** Enable email login (default true) */
5
- email?: boolean;
6
- /** Enable username login (default false) */
7
- username?: boolean;
8
- /** Require email verification before login (default false) */
9
- requireEmailVerification?: boolean;
10
- }
11
- export interface OAuthProviderConfig {
12
- clientId: string;
13
- clientSecret: string;
14
- callbackUrl: string;
15
- scopes?: string[];
16
- additionalParams?: Record<string, string>;
17
- }
18
- export interface OAuthOptions {
19
- google?: OAuthProviderConfig;
20
- github?: OAuthProviderConfig;
21
- facebook?: OAuthProviderConfig;
22
- apple?: OAuthProviderConfig;
23
- microsoft?: OAuthProviderConfig;
24
- discord?: OAuthProviderConfig;
25
- custom?: Record<string, OAuthProviderConfig>;
26
- }
27
- export interface TOTPOptions {
28
- /** Issuer name shown in authenticator apps (default "NestKit") */
29
- issuer?: string;
30
- /** Number of backup codes to generate (default 8) */
31
- backupCodeCount?: number;
32
- /** Algorithm: 'sha1' | 'sha256' | 'sha512' (default 'sha1') */
33
- algorithm?: 'sha1' | 'sha256' | 'sha512';
34
- /** Number of digits (default 6) */
35
- digits?: number;
36
- /** TOTP step window (seconds, default 30) */
37
- period?: number;
38
- }
39
- export interface AnonymousOptions {
40
- /** Prefix for anonymous user IDs (default "anon_") */
41
- idPrefix?: string;
42
- /** Whether anonymous sessions can be persisted (default true) */
43
- allowConversion?: boolean;
44
- }
45
- export interface MagicLinkOptions {
46
- /** Token expiry in seconds (default 900 / 15 min) */
47
- tokenExpiresIn?: number;
48
- /** Token length in bytes (default 32) */
49
- tokenBytes?: number;
50
- }
51
- export interface OTPOptions {
52
- /** OTP code length (default 6) */
53
- digits?: number;
54
- /** OTP expiry in seconds (default 300 / 5 min) */
55
- expiresIn?: number;
56
- /** Max allowed attempts before code is invalidated (default 3) */
57
- maxAttempts?: number;
58
- }
59
- export interface PasskeyOptions {
60
- /** Relying Party name (default "NestKit") */
61
- rpName?: string;
62
- /** Relying Party ID (default request hostname) */
63
- rpId?: string;
64
- /** Origin URL(s) allowed (default [request origin]) */
65
- origins?: string[];
66
- /** Timeout for WebAuthn ceremonies (ms, default 60000) */
67
- timeout?: number;
68
- }
69
- export interface OneTapOptions {
70
- google?: {
71
- clientId: string;
72
- };
73
- apple?: {
74
- clientId: string;
75
- keyId: string;
76
- teamId: string;
77
- privateKey: string;
78
- };
79
- }
80
- export interface SSOOptions {
81
- /** SAML providers */
82
- saml?: Record<string, SamlProviderConfig>;
83
- /** OIDC providers */
84
- oidc?: Record<string, OidcProviderConfig>;
85
- }
86
- export interface SamlProviderConfig {
87
- entryPoint: string;
88
- issuer: string;
89
- cert?: string;
90
- privateKey?: string;
91
- callbackUrl: string;
92
- }
93
- export interface OidcProviderConfig {
94
- issuerUrl: string;
95
- clientId: string;
96
- clientSecret: string;
97
- callbackUrl: string;
98
- scopes?: string[];
99
- }
100
- export interface RBACOptions {
101
- /** Key in JWT payload that holds roles (default "roles") */
102
- rolesClaim?: string;
103
- /** Whether to require at least one role on protected routes (default true) */
104
- requireRole?: boolean;
105
- }
106
- export interface PBACOptions {
107
- /** Policy evaluation mode (default "deny-unless-permit") */
108
- defaultEffect?: 'deny-unless-permit' | 'permit-unless-deny';
109
- }
110
- export interface SessionOptions {
111
- /** Access token TTL (default "15m") */
112
- accessTokenExpiresIn?: string;
113
- /** Refresh token TTL (default "7d") */
114
- refreshTokenExpiresIn?: string;
115
- /** JWT signing algorithm (default "HS256") */
116
- algorithm?: 'HS256' | 'RS256' | 'ES256';
117
- /** Custom issuer claim */
118
- issuer?: string;
119
- /** Custom audience claim */
120
- audience?: string;
121
- /** Blacklist TTL (seconds, default = refresh token TTL) */
122
- blacklistTtl?: number;
123
- /** Enable refresh token rotation (default true) */
124
- rotation?: boolean;
125
- /** Enable multi-device tracking (default false) */
126
- multiDevice?: boolean;
127
- }
128
- export interface ThrottleOptions {
129
- /** Max login attempts per window (default 5) */
130
- maxAttempts?: number;
131
- /** Window duration in seconds (default 900 / 15 min) */
132
- windowSeconds?: number;
133
- }
134
- export interface AuthModuleOptions {
135
- /** JWT secret (required for HS256, ignored for RS256/ES256) */
136
- jwtSecret?: string;
137
- /** Private key PEM (required for RS256/ES256) */
138
- jwtPrivateKey?: string;
139
- /** Public key PEM (required for RS256/ES256) */
140
- jwtPublicKey?: string;
141
- /** Bcrypt cost rounds (default 12) */
142
- passwordRounds?: number;
143
- /** Injection token for your cache-service provider (default 'CACHE_SERVICE') */
144
- cacheServiceToken?: string;
145
- /**
146
- * Injection token for your user-service provider (default 'USER_SERVICE').
147
- * The token must resolve to an object implementing IUserService.
148
- */
149
- userServiceToken?: string;
150
- /** Additional NestJS providers to register (e.g. your own services) */
151
- extraProviders?: Provider[];
152
- credentials?: boolean | CredentialsOptions;
153
- oauth?: boolean | OAuthOptions;
154
- totp?: boolean | TOTPOptions;
155
- anonymous?: boolean | AnonymousOptions;
156
- magicLink?: boolean | MagicLinkOptions;
157
- otp?: boolean | OTPOptions;
158
- passkey?: boolean | PasskeyOptions;
159
- onetap?: boolean | OneTapOptions;
160
- sso?: boolean | SSOOptions;
161
- /**
162
- * Override the default authentication method for routes.
163
- * If not set, AuthGuard uses the first enabled strategy.
164
- */
165
- defaultAuthMethod?: AuthMethod;
166
- rbac?: boolean | RBACOptions;
167
- pbac?: boolean | PBACOptions;
168
- session?: SessionOptions;
169
- throttle?: ThrottleOptions;
170
- global?: boolean;
171
- }
172
- export interface AuthModuleAsyncOptions {
173
- useFactory: (...args: unknown[]) => Promise<AuthModuleOptions> | AuthModuleOptions;
174
- inject?: (Type<unknown> | string | symbol)[];
175
- imports?: DynamicModule['imports'];
176
- extraProviders?: Provider[];
177
- global?: boolean;
178
- }
179
- //# sourceMappingURL=auth.options.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.options.d.ts","sourceRoot":"","sources":["../../packages/auth/auth.options.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=auth.options.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.options.js","sourceRoot":"","sources":["../../packages/auth/auth.options.ts"],"names":[],"mappings":""}
@@ -1,57 +0,0 @@
1
- import { type ExecutionContext } from '@nestjs/common';
2
- import type { IAuthResult, IAuthStrategy, ICacheService, ITokenPair } from './interfaces';
3
- import { AuthMethod } from './interfaces';
4
- import type { AuthModuleOptions } from './auth.options';
5
- import { JwtService } from './session/jwt.service';
6
- import { TokenBlacklistService } from './session/token-blacklist.service';
7
- import { DeviceSessionService } from './session/device-session.service';
8
- /**
9
- * Central authentication orchestrator.
10
- *
11
- * Delegates to the appropriate strategy based on `AuthMethod`,
12
- * manages token lifecycle, session tracking, and cache acceleration.
13
- */
14
- export declare class AuthService {
15
- private readonly options;
16
- private readonly cache;
17
- private readonly jwtService;
18
- private readonly tokenBlacklist;
19
- private readonly deviceSession;
20
- private readonly strategyMap;
21
- constructor(options: AuthModuleOptions, _strategies: IAuthStrategy[], cache: ICacheService, jwtService: JwtService, tokenBlacklist: TokenBlacklistService, deviceSession: DeviceSessionService);
22
- /**
23
- * Authenticate using the given method.
24
- *
25
- * @param method Authentication method (e.g. 'credentials', 'oauth')
26
- * @param payload Strategy-specific payload
27
- * @param context Optional execution context
28
- */
29
- authenticate(method: AuthMethod, payload: Record<string, unknown>, context?: ExecutionContext): Promise<IAuthResult>;
30
- /**
31
- * Validate an access token and return its decoded payload.
32
- * Uses cache for fast-path validation when available.
33
- *
34
- * @param token Raw JWT access token
35
- */
36
- validateToken(token: string): Promise<Record<string, unknown>>;
37
- /**
38
- * Refresh an expired access token using a refresh token.
39
- * Implements refresh token rotation.
40
- */
41
- refreshToken(refreshToken: string, deviceId?: string): Promise<ITokenPair>;
42
- /**
43
- * Logout — blacklist the current access token and optionally
44
- * remove a specific device session.
45
- */
46
- logout(accessToken: string, deviceId?: string): Promise<void>;
47
- /**
48
- * Logout from all devices — revoke all sessions for a user.
49
- */
50
- logoutAll(userId: string): Promise<void>;
51
- /**
52
- * Get all active sessions for a user (multi-device view).
53
- */
54
- getUserSessions(userId: string): Promise<import("./session").IDeviceInfo[]>;
55
- private hash;
56
- }
57
- //# sourceMappingURL=auth.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../packages/auth/auth.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1F,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAExE;;;;;GAKG;AACH,qBACa,WAAW;IAKpB,OAAO,CAAC,QAAQ,CAAC,OAAO;IAIxB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAXhC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAwC;gBAIjD,OAAO,EAAE,iBAAiB,EAE3C,WAAW,EAAE,aAAa,EAAE,EAEX,KAAK,EAAE,aAAa,EACpB,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,qBAAqB,EACrC,aAAa,EAAE,oBAAoB;IAOtD;;;;;;OAMG;IACG,YAAY,CAChB,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAChC,OAAO,CAAC,EAAE,gBAAgB,GACzB,OAAO,CAAC,WAAW,CAAC;IAsBvB;;;;;OAKG;IACG,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAoBpE;;;OAGG;IACG,YAAY,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC;IA2ChF;;;OAGG;IACG,MAAM,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAcnE;;OAEG;IACG,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI9C;;OAEG;IACG,eAAe,CAAC,MAAM,EAAE,MAAM;IAIpC,OAAO,CAAC,IAAI;CASb"}