Skip to content

chore: change api domain#13

Merged
DmitryAnansky merged 1 commit into
mainfrom
chore/change-api-domain
Jun 18, 2026
Merged

chore: change api domain#13
DmitryAnansky merged 1 commit into
mainfrom
chore/change-api-domain

Conversation

@DmitryAnansky

Copy link
Copy Markdown
Collaborator
  • change api domain
  • npm audit fix

@DmitryAnansky DmitryAnansky requested a review from a team June 17, 2026 16:15
@DmitryAnansky DmitryAnansky self-assigned this Jun 17, 2026

@redocly redocly Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cafe AI Review: 🟢 Completed

Reunite Agent has reviewed your changes and found 1 potential issue(s).

Note

Low Risk

Changes the API domain across the configuration and OpenAPI specification files, alongside routine dependency updates via npm audit fix.

Overview

  • Updates the base URL from cafe.cloud.redocly.com to api.cafe.redocly.com in @theme/ext/use-configure-replay.ts, README.md, openapi/cafe.yaml, openapi/paths/oauth2_register.yaml, and package.json.
  • Applies dependency security updates to package-lock.json by running npm audit fix.

name: auth
redirectUris:
- https://cafe.cloud.redocly.com/callback
- https://api.cafe.redocly.com/callback

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Severity: Low

The example redirectUris uses the API domain (api.cafe.redocly.com). Since this represents the client application's callback URL, using the API's subdomain is semantically misleading for users. Use a generic domain like https://client.example.com/callback instead.

@DmitryAnansky DmitryAnansky merged commit 2509082 into main Jun 18, 2026
7 checks passed
@DmitryAnansky DmitryAnansky deleted the chore/change-api-domain branch June 18, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants