clhq-auth-module 1.1.0-alpha.130 → 1.1.0-alpha.131

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.
@@ -24,7 +24,13 @@ let JwtAuthGuard = JwtAuthGuard_1 = class JwtAuthGuard extends (0, passport_1.Au
24
24
  }
25
25
  async canActivate(context) {
26
26
  const request = context.switchToHttp().getRequest();
27
- const publicRoutes = ['/health', '/healthcheck', 'health', 'healthcheck'];
27
+ const publicRoutes = [
28
+ '/',
29
+ '/health',
30
+ '/healthcheck',
31
+ 'health',
32
+ 'healthcheck',
33
+ ];
28
34
  const internalServiceRoutes = [
29
35
  '/media/transcode-video-to-hls',
30
36
  'transcode-video-to-hls',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clhq-auth-module",
3
- "version": "1.1.0-alpha.130",
3
+ "version": "1.1.0-alpha.131",
4
4
  "description": "Reusable Auth module for NestJS, ready for npm publishing.",
5
5
  "author": "clhq",
6
6
  "main": "dist/index.js",