@eventcatalog/core 2.43.0 → 2.43.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.
@@ -37,7 +37,7 @@ var import_axios = __toESM(require("axios"), 1);
37
37
  var import_os = __toESM(require("os"), 1);
38
38
 
39
39
  // package.json
40
- var version = "2.43.0";
40
+ var version = "2.43.1";
41
41
 
42
42
  // src/constants.ts
43
43
  var VERSION = version;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "../chunk-IZ7E57FH.js";
4
- import "../chunk-MXNHNGRS.js";
3
+ } from "../chunk-QYZZIYJW.js";
4
+ import "../chunk-A6LT34RD.js";
5
5
  export {
6
6
  raiseEvent
7
7
  };
@@ -106,7 +106,7 @@ var import_axios = __toESM(require("axios"), 1);
106
106
  var import_os = __toESM(require("os"), 1);
107
107
 
108
108
  // package.json
109
- var version = "2.43.0";
109
+ var version = "2.43.1";
110
110
 
111
111
  // src/constants.ts
112
112
  var VERSION = version;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  log_build_default
3
- } from "../chunk-4DXH4NAT.js";
4
- import "../chunk-IZ7E57FH.js";
5
- import "../chunk-MXNHNGRS.js";
3
+ } from "../chunk-ZV5T7TKQ.js";
4
+ import "../chunk-QYZZIYJW.js";
5
+ import "../chunk-A6LT34RD.js";
6
6
  import "../chunk-E7TXTI7G.js";
7
7
  export {
8
8
  log_build_default as default
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "2.43.0";
2
+ var version = "2.43.1";
3
3
 
4
4
  // src/constants.ts
5
5
  var VERSION = version;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-MXNHNGRS.js";
3
+ } from "./chunk-A6LT34RD.js";
4
4
 
5
5
  // src/analytics/analytics.js
6
6
  import axios from "axios";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "./chunk-IZ7E57FH.js";
3
+ } from "./chunk-QYZZIYJW.js";
4
4
  import {
5
5
  getEventCatalogConfigFile,
6
6
  verifyRequiredFieldsAreInCatalogConfigFile
@@ -25,7 +25,7 @@ __export(constants_exports, {
25
25
  module.exports = __toCommonJS(constants_exports);
26
26
 
27
27
  // package.json
28
- var version = "2.43.0";
28
+ var version = "2.43.1";
29
29
 
30
30
  // src/constants.ts
31
31
  var VERSION = version;
package/dist/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-MXNHNGRS.js";
3
+ } from "./chunk-A6LT34RD.js";
4
4
  export {
5
5
  VERSION
6
6
  };
@@ -1,11 +1,13 @@
1
1
  import { OAuthUserConfig } from '@auth/core/providers';
2
2
  import { GitHubProfile } from '@auth/core/providers/github';
3
3
  import { OktaProfile } from '@auth/core/providers/okta';
4
+ import { Auth0Profile } from '@auth/core/providers/auth0';
4
5
 
5
6
  interface EventCatalogAuthConfig {
6
7
  providers?: {
7
8
  github?: OAuthUserConfig<GitHubProfile>;
8
9
  okta?: OAuthUserConfig<OktaProfile>;
10
+ auth0?: OAuthUserConfig<Auth0Profile>;
9
11
  };
10
12
  customAuthConfig?: string;
11
13
  customMiddleware?: string;
@@ -1,11 +1,13 @@
1
1
  import { OAuthUserConfig } from '@auth/core/providers';
2
2
  import { GitHubProfile } from '@auth/core/providers/github';
3
3
  import { OktaProfile } from '@auth/core/providers/okta';
4
+ import { Auth0Profile } from '@auth/core/providers/auth0';
4
5
 
5
6
  interface EventCatalogAuthConfig {
6
7
  providers?: {
7
8
  github?: OAuthUserConfig<GitHubProfile>;
8
9
  okta?: OAuthUserConfig<OktaProfile>;
10
+ auth0?: OAuthUserConfig<Auth0Profile>;
9
11
  };
10
12
  customAuthConfig?: string;
11
13
  customMiddleware?: string;
@@ -157,7 +157,7 @@ var import_axios = __toESM(require("axios"), 1);
157
157
  var import_os = __toESM(require("os"), 1);
158
158
 
159
159
  // package.json
160
- var version = "2.43.0";
160
+ var version = "2.43.1";
161
161
 
162
162
  // src/constants.ts
163
163
  var VERSION = version;
@@ -6,8 +6,8 @@ import {
6
6
  } from "./chunk-DCLTVJDP.js";
7
7
  import {
8
8
  log_build_default
9
- } from "./chunk-4DXH4NAT.js";
10
- import "./chunk-IZ7E57FH.js";
9
+ } from "./chunk-ZV5T7TKQ.js";
10
+ import "./chunk-QYZZIYJW.js";
11
11
  import {
12
12
  catalogToAstro,
13
13
  checkAndConvertMdToMdx
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-EXAALOQA.js";
16
16
  import {
17
17
  VERSION
18
- } from "./chunk-MXNHNGRS.js";
18
+ } from "./chunk-A6LT34RD.js";
19
19
  import {
20
20
  isAuthEnabled,
21
21
  isBackstagePluginEnabled,
@@ -5,6 +5,7 @@ import Okta from '@auth/core/providers/okta';
5
5
  import type { Account, Profile, User, Session } from '@auth/core/types';
6
6
  import { isAuthEnabled, isSSR } from '@utils/feature';
7
7
  import Google from '@auth/core/providers/google';
8
+ import Auth0 from '@auth/core/providers/auth0';
8
9
 
9
10
  // Need to try and read the eventcatalog.auth.js file and get the auth providers from there
10
11
  const catalogDirectory = process.env.PROJECT_DIR || process.cwd();
@@ -53,6 +54,19 @@ const getAuthProviders = async () => {
53
54
  console.log('✅ Okta provider configured');
54
55
  }
55
56
 
57
+ // Auth0 provider
58
+ if (authConfig.providers?.auth0) {
59
+ const auth0Config = authConfig.providers.auth0;
60
+ providers.push(
61
+ Auth0({
62
+ clientId: auth0Config.clientId,
63
+ clientSecret: auth0Config.clientSecret,
64
+ issuer: auth0Config.issuer,
65
+ })
66
+ );
67
+ console.log('✅ Auth0 provider configured');
68
+ }
69
+
56
70
  if (providers.length === 0) {
57
71
  console.warn('⚠️ No auth providers configured');
58
72
  }
@@ -50,7 +50,7 @@ const repositoryUrl = catalog?.repositoryUrl || 'https://github.com/event-catalo
50
50
  aria-expanded="false"
51
51
  aria-haspopup="true"
52
52
  >
53
- {session.user?.image ? (
53
+ {session.user?.image && !session.user?.image?.includes('googleusercontent.com') ? (
54
54
  <img
55
55
  src={session.user.image}
56
56
  alt={session.user?.name || 'User'}
@@ -33,13 +33,13 @@ if (session) {
33
33
  const providerConfig = {
34
34
  github: {
35
35
  name: 'GitHub',
36
- icon: `<svg class="mr-2 h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
36
+ icon: `<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
37
37
  <path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path>
38
38
  </svg>`,
39
39
  },
40
40
  google: {
41
41
  name: 'Google',
42
- icon: `<svg class="mr-2 h-5 w-5" viewBox="0 0 24 24">
42
+ icon: `<svg class="w-5 h-5" viewBox="0 0 24 24">
43
43
  <path fill="#4285F4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/>
44
44
  <path fill="#34A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/>
45
45
  <path fill="#FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/>
@@ -48,10 +48,14 @@ const providerConfig = {
48
48
  },
49
49
  okta: {
50
50
  name: 'Okta',
51
- icon: `<svg class="mr-2 h-5 w-5" viewBox="0 0 24 24" fill="currentColor">
51
+ icon: `<svg class="w-5 h-5" viewBox="0 0 24 24" fill="currentColor">
52
52
  <path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8zm-1-13h2v6h-2V7zm0 8h2v2h-2v-2z"></path>
53
53
  </svg>`,
54
54
  },
55
+ auth0: {
56
+ name: 'Auth0',
57
+ icon: `<svg class="w-5 h-5" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="none"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="#000000" d="M12.549 1h-4.55l1.407 4.38h4.548l-3.68 2.61 1.406 4.405c2.37-1.725 3.143-4.336 2.274-7.016L12.55 1zM2.045 5.38h4.55L8 1H3.45L2.045 5.38c-.868 2.68-.094 5.29 2.275 7.015L5.725 7.99l-3.68-2.612zm2.275 7.015L8 15l3.68-2.605L8 9.745l-3.68 2.65z"></path></g></svg>`,
58
+ },
55
59
  };
56
60
  ---
57
61
 
@@ -69,145 +73,177 @@ const providerConfig = {
69
73
  <style>
70
74
  body {
71
75
  font-family: 'Inter', sans-serif;
76
+ background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
72
77
  }
73
78
  </style>
74
79
  </head>
75
- <body class="bg-gray-50 min-h-screen">
76
- <!-- Header -->
77
- <nav class="fixed top-0 left-0 right-0 h-16 bg-white border-b border-gray-100 py-3 z-10">
78
- <div class="px-4 sm:px-4 lg:px-4">
79
- <div class="flex justify-between items-center h-10">
80
- <!-- Logo -->
81
- <div class="flex-shrink-0 flex items-center">
82
- {
83
- logo && (
84
- <a href="/" class="flex space-x-2 items-center">
85
- <img alt={logo.alt} src={logo.src} class="w-8 h-8" />
86
- <span class="hidden sm:inline-block text-lg font-bold">{title}</span>
87
- </a>
88
- )
89
- }
90
- </div>
91
-
92
- <!-- GitHub Link -->
93
- <div class="flex items-center">
94
- <a
95
- href="https://github.com/event-catalog/eventcatalog"
96
- target="_blank"
97
- class="text-gray-500 hover:text-gray-600 focus:outline-none focus:text-gray-600"
98
- >
99
- <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
100
- <path
101
- d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
102
- ></path>
103
- </svg>
104
- </a>
105
- </div>
106
- </div>
80
+ <body class="min-h-screen">
81
+ <div class="flex min-h-screen flex-col items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
82
+ <!-- Logo at the top -->
83
+ <div class="mb-8">
84
+ {
85
+ logo && (
86
+ <div class="flex flex-col items-center space-y-4">
87
+ <img alt={logo.alt} src={logo.src} class="w-12 h-12" />
88
+ <h1 class="text-2xl font-bold text-gray-900">{title}</h1>
89
+ </div>
90
+ )
91
+ }
107
92
  </div>
108
- </nav>
109
93
 
110
- <!-- Content with top padding to account for fixed header -->
111
- <div class="flex min-h-screen flex-col items-center justify-center py-12 px-4 sm:px-6 lg:px-8 pt-24 bg-gray-50">
112
94
  {
113
95
  shouldShowLogin ? (
114
- <div class="w-full max-w-md space-y-8">
115
- <div class="text-center">
116
- <h2 class="text-3xl font-bold tracking-tight text-gray-900">Welcome to {title} EventCatalog</h2>
117
- <p class="mt-2 text-gray-600">Sign in to your account</p>
96
+ <div class="w-full max-w-md">
97
+ <div class="bg-white rounded-xl shadow-lg border border-gray-100 p-8 space-y-6">
98
+ <div class="text-center">
99
+ <h2 class="text-2xl font-bold text-gray-900">Sign in to your account</h2>
100
+ </div>
101
+
102
+ <div class="space-y-4">
103
+ {providers.map((provider) => {
104
+ const config = providerConfig[provider as keyof typeof providerConfig];
105
+ if (!config) return null;
106
+
107
+ return (
108
+ <button
109
+ data-provider={provider}
110
+ class="provider-login-btn flex w-full items-center justify-center rounded-lg border border-gray-200 bg-white px-4 py-3 text-sm font-medium text-gray-700 shadow-sm hover:bg-purple-50 hover:border-purple-200 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:ring-offset-2 transition-all duration-200"
111
+ >
112
+ <span class="mr-3" set:html={config.icon} />
113
+ Sign in with {config.name}
114
+ </button>
115
+ );
116
+ })}
117
+ </div>
118
118
  </div>
119
119
 
120
- <div class="mt-8 space-y-4">
121
- {providers.map((provider) => {
122
- const config = providerConfig[provider as keyof typeof providerConfig];
123
- if (!config) return null;
124
-
125
- return (
126
- <button
127
- data-provider={provider}
128
- class="provider-login-btn flex w-full items-center justify-center rounded-md border border-gray-300 bg-white px-4 py-3 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2"
129
- >
130
- <Fragment set:html={config.icon} />
131
- Sign in with {config.name}
132
- </button>
133
- );
134
- })}
120
+ <div class="mt-6 text-center">
121
+ <p class="text-gray-600 text-sm">
122
+ Missing integration?
123
+ <a
124
+ href="https://github.com/event-catalog/eventcatalog/issues"
125
+ target="_blank"
126
+ class="text-purple-600 hover:text-purple-700 underline font-medium"
127
+ >
128
+ Let us know
129
+ </a>
130
+ </p>
135
131
  </div>
136
132
  </div>
137
133
  ) : hasConfigButNoProviders ? (
138
- <div class="w-full max-w-2xl space-y-8">
139
- <div class="text-center">
140
- <h2 class="text-3xl font-bold tracking-tight text-gray-900">No Authentication Providers Configured</h2>
141
- <p class="mt-4 text-lg text-gray-600">
142
- Authentication is enabled but no providers are configured in your auth configuration file.
143
- </p>
144
- </div>
134
+ <div class="w-full max-w-2xl">
135
+ <div class="bg-white rounded-xl shadow-lg border border-gray-100 p-8 space-y-6">
136
+ <div class="text-center">
137
+ <h2 class="text-2xl font-bold text-gray-900">No Authentication Providers Configured</h2>
138
+ <p class="mt-4 text-gray-600">
139
+ Authentication is enabled but no providers are configured in your auth configuration file.
140
+ </p>
141
+ </div>
142
+
143
+ <div class="bg-purple-50 border border-purple-100 rounded-lg p-6 space-y-4">
144
+ <h3 class="text-lg font-semibold text-gray-900">To add authentication providers:</h3>
145
+ <ol class="list-decimal list-inside space-y-2 text-gray-700">
146
+ <li>
147
+ Update your{' '}
148
+ <code class="bg-purple-100 text-purple-800 px-2 py-1 rounded text-sm font-mono">eventcatalog.auth.js</code>{' '}
149
+ file to include at least one provider (GitHub, Google, Okta, etc.)
150
+ </li>
151
+ <li>Configure the provider with the necessary credentials and settings</li>
152
+ <li>Restart your EventCatalog server to apply the changes</li>
153
+ </ol>
154
+ </div>
145
155
 
146
- <div class="bg-white shadow-sm rounded-lg p-6 space-y-4">
147
- <h3 class="text-lg font-semibold text-gray-900">To add authentication providers:</h3>
148
- <ol class="list-decimal list-inside space-y-2 text-gray-700">
149
- <li>
150
- Update your <code class="bg-gray-100 px-2 py-1 rounded text-sm">eventcatalog.auth.js</code> file to include at
151
- least one provider (GitHub, Google, Okta, etc.)
152
- </li>
153
- <li>Configure the provider with the necessary credentials and settings</li>
154
- <li>Restart your EventCatalog server to apply the changes</li>
155
- </ol>
156
+ <div class="text-center">
157
+ <a
158
+ href="#"
159
+ class="inline-flex items-center px-6 py-3 border border-transparent text-sm font-medium rounded-lg text-white bg-purple-600 hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500 transition-colors duration-200"
160
+ >
161
+ Read Authentication Documentation
162
+ </a>
163
+ </div>
156
164
  </div>
157
165
 
158
- <div class="text-center">
159
- <a
160
- href="#"
161
- class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
162
- >
163
- Read Authentication Documentation
164
- </a>
166
+ <div class="mt-6 text-center">
167
+ <p class="text-gray-600 text-sm">
168
+ Missing integration?
169
+ <a
170
+ href="https://github.com/event-catalog/eventcatalog/issues"
171
+ target="_blank"
172
+ class="text-purple-600 hover:text-purple-700 underline font-medium"
173
+ >
174
+ Let us know
175
+ </a>
176
+ </p>
165
177
  </div>
166
178
  </div>
167
179
  ) : (
168
- <div class="w-full max-w-2xl space-y-8">
169
- <div class="text-center">
170
- <h2 class="text-3xl font-bold tracking-tight text-gray-900">Authentication Not Configured</h2>
171
- <p class="mt-4 text-lg text-gray-600">
172
- {!hasAuthConfigurationFile
173
- ? 'No authentication configuration file found.'
174
- : 'Authentication is not properly enabled.'}
175
- </p>
176
- </div>
180
+ <div class="w-full max-w-2xl">
181
+ <div class="bg-white rounded-xl shadow-lg border border-gray-100 p-8 space-y-6">
182
+ <div class="text-center">
183
+ <h2 class="text-2xl font-bold text-gray-900">Authentication Not Configured</h2>
184
+ <p class="mt-4 text-gray-600">
185
+ {!hasAuthConfigurationFile
186
+ ? 'No authentication configuration file found.'
187
+ : 'Authentication is not properly enabled.'}
188
+ </p>
189
+ </div>
177
190
 
178
- <div class="bg-white shadow-sm rounded-lg p-6 space-y-4">
179
- <h3 class="text-lg font-semibold text-gray-900">To enable authentication:</h3>
180
- <ol class="list-decimal list-inside space-y-2 text-gray-700">
181
- {!hasAuthConfigurationFile && (
182
- <li>
183
- Create an <code class="bg-gray-100 px-2 py-1 rounded text-sm">eventcatalog.auth.js</code> configuration file
184
- in your project root
185
- </li>
186
- )}
187
- {!isSSR() && (
188
- <li>
189
- Enable SSR (Server-Side Rendering) in your{' '}
190
- <code class="bg-gray-100 px-2 py-1 rounded text-sm">eventcatalog.config.js</code> file by setting{' '}
191
- <code class="bg-gray-100 px-2 py-1 rounded text-sm">output: 'server'</code>
192
- </li>
193
- )}
194
- {!isAuthEnabled() && (
195
- <li>
196
- Enable authentication in your{' '}
197
- <code class="bg-gray-100 px-2 py-1 rounded text-sm">eventcatalog.config.js</code> file by setting{' '}
198
- <code class="bg-gray-100 px-2 py-1 rounded text-sm">auth: {`{ enabled: true }`}</code>
199
- </li>
200
- )}
201
- </ol>
191
+ <div class="bg-purple-50 border border-purple-100 rounded-lg p-6 space-y-4">
192
+ <h3 class="text-lg font-semibold text-gray-900">To enable authentication:</h3>
193
+ <ol class="list-decimal list-inside space-y-2 text-gray-700">
194
+ {!hasAuthConfigurationFile && (
195
+ <li>
196
+ Create an{' '}
197
+ <code class="bg-purple-100 text-purple-800 px-2 py-1 rounded text-sm font-mono">eventcatalog.auth.js</code>{' '}
198
+ configuration file in your project root
199
+ </li>
200
+ )}
201
+ {!isSSR() && (
202
+ <li>
203
+ Enable SSR (Server-Side Rendering) in your{' '}
204
+ <code class="bg-purple-100 text-purple-800 px-2 py-1 rounded text-sm font-mono">
205
+ eventcatalog.config.js
206
+ </code>{' '}
207
+ file by setting{' '}
208
+ <code class="bg-purple-100 text-purple-800 px-2 py-1 rounded text-sm font-mono">output: 'server'</code>
209
+ </li>
210
+ )}
211
+ {!isAuthEnabled() && (
212
+ <li>
213
+ Enable authentication in your{' '}
214
+ <code class="bg-purple-100 text-purple-800 px-2 py-1 rounded text-sm font-mono">
215
+ eventcatalog.config.js
216
+ </code>{' '}
217
+ file by setting{' '}
218
+ <code class="bg-purple-100 text-purple-800 px-2 py-1 rounded text-sm font-mono">
219
+ auth: {`{ enabled: true }`}
220
+ </code>
221
+ </li>
222
+ )}
223
+ </ol>
224
+ </div>
225
+
226
+ <div class="text-center">
227
+ <a
228
+ href="#"
229
+ class="inline-flex items-center px-6 py-3 border border-transparent text-sm font-medium rounded-lg text-white bg-purple-600 hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500 transition-colors duration-200"
230
+ >
231
+ Read Authentication Documentation
232
+ </a>
233
+ </div>
202
234
  </div>
203
235
 
204
- <div class="text-center">
205
- <a
206
- href="#"
207
- class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
208
- >
209
- Read Authentication Documentation
210
- </a>
236
+ <div class="mt-6 text-center">
237
+ <p class="text-gray-600 text-sm">
238
+ Missing integration?
239
+ <a
240
+ href="https://github.com/event-catalog/eventcatalog/issues"
241
+ target="_blank"
242
+ class="text-purple-600 hover:text-purple-700 underline font-medium"
243
+ >
244
+ Let us know
245
+ </a>
246
+ </p>
211
247
  </div>
212
248
  </div>
213
249
  )
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/event-catalog/eventcatalog.git"
7
7
  },
8
8
  "type": "module",
9
- "version": "2.43.0",
9
+ "version": "2.43.1",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },