Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 12, 2025

Adds TikTok as a selectable OAuth provider in the console's authentication settings.

Changes

  • Provider registry (src/lib/stores/oauth-providers.ts): Added TikTok entry with icon, documentation link, and Main component
  • Tests (src/lib/stores/oauth-providers.test.ts): Validated provider configuration and field requirements

Integration

TikTok appears in Project Settings → Auth → OAuth2 Providers with the same UX as other providers:

TikTok icons already exist in /static/icons/{dark,light}/color/tiktok.svg. Backend support for TikTok OAuth required for full functionality.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • o1.ingest.sentry.io
    • Triggering command: node (vitest) (dns block)
    • Triggering command: node build.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Frontend (@appwrite/console): Add TikTok OAuth UI</issue_title>
<issue_description>Update @appwrite/console (front end) to support TikTok OAuth integration:

  • Add TikTok as a selectable authentication provider in UI
  • Provide input fields for TikTok credentials in console's project settings/auth settings
  • Display relevant error messages and validation for TikTok
  • Update login/sign-in forms to include TikTok
  • Write tests covering UI changes

Reference UI for other OAuth providers for consistency.</issue_description>

Comments on the Issue (you are @copilot in this section)

@stnguyen90 @jaysomani, thanks for your interest! We'd prefer to keep this internal as there might be some back and forth on the icons. If you're interested in contributing, please see our [contributing docs](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md#how-to-start).

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@appwrite
Copy link

appwrite bot commented Nov 12, 2025

Console (appwrite/console)

Project ID: 688b7bf400350cbd60e9

Sites (1)
Site Status Logs Preview QR
 console-stage
688b7cf6003b1842c9dc
Ready Ready View Logs Preview URL QR Code

Tip

Each function runs in its own isolated container with custom environment variables

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 12, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Add TikTok as an authentication provider in console Add TikTok OAuth provider to console UI Nov 12, 2025
Copilot AI requested a review from stnguyen90 November 12, 2025 22:21
Copilot finished work on behalf of stnguyen90 November 12, 2025 22:21
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.

Frontend (@appwrite/console): Add TikTok OAuth UI

2 participants