@@ -71,6 +71,7 @@ The authentication system provides JWT-based authentication with support for Hei
7171 - Bypasses JWT validation for local development
7272
7373** Authentication Configuration:**
74+
7475- ` AUTH_SOURCE ` : Choose between "mock" or "jwt" (default: "jwt")
7576- ` JWKS_URL ` : JSON Web Key Set endpoint URL
7677- ` JWT_AUDIENCE ` : Intended audience for JWT tokens
@@ -186,9 +187,9 @@ go run cmd/main.go
186187
187188** Authentication Configuration:**
188189
189- - ` AUTH_SOURCE ` : Choose between "mock" or "jwt"
190+ - ` AUTH_SOURCE ` : Choose between "mock" or "jwt"
190191- ` JWKS_URL ` : JSON Web Key Set endpoint URL
191- - ` JWT_AUDIENCE ` : Intended audience for JWT tokens
192+ - ` JWT_AUDIENCE ` : Intended audience for JWT tokens
192193- ` JWT_AUTH_DISABLED_MOCK_LOCAL_PRINCIPAL ` : Mock principal for development (required when AUTH_SOURCE=mock)
193194
194195** Server Configuration:**
@@ -328,10 +329,12 @@ export ORG_SEARCH_SOURCE=clearbit
328329The Clearbit integration supports the following search operations:
329330
330331** Search by Company Name:**
332+
331333- Searches for companies using their registered business name
332334- Falls back to domain-based search for additional data enrichment
333335
334336** Search by Domain:**
337+
335338- More accurate search method using company domain names
336339- Provides comprehensive company information
337340
@@ -384,7 +387,7 @@ This project uses the [GOA Framework](https://goa.design/) for API generation. Y
384387
385388#### Installing GOA Framework
386389
387- Follow the [ GOA installation guide] ( https://goa.design/docs/2-getting-started/1-installation / ) to install GOA:
390+ Follow the [ GOA installation guide] ( https://goa.design/docs/1-goa/quickstart / ) to install GOA:
388391
389392``` bash
390393go install goa.design/goa/v3/cmd/goa@latest
0 commit comments