Skip to content

Commit 751f0ba

Browse files
committed
clean up and validator nitpicks
1 parent bd729dc commit 751f0ba

4 files changed

Lines changed: 17 additions & 37 deletions

File tree

core/jwks/src/validator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class JWKSFetchError extends Error {
7171
// Simple URL builder that works with Clerk
7272
export function buildJWKSUrl(config: string): string {
7373
if (config.startsWith("http://") || config.startsWith("https://")) {
74+
// Validate URL to prevent
7475
return config;
7576
}
7677

core/runtime/jwks-fetcher.test.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

core/runtime/jwks-fetcher.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)