Skip to main content

thunderid-integrate-android

Add ThunderID authentication to an Android (Jetpack Compose) application using the official ThunderID Android SDK. Use when asked to "integrate ThunderID into Android", "add auth to my Android app", or "connect ThunderID with Jetpack Compose".

설치로 이동

소스 정보

저장소
thunder-id/skills
최근 소스 활동
2026년 8월 18일 16:31
감지된 SKILL.md 언어
영어
스타
35
포크
8

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
thunderid-integrate-android
description
Add ThunderID authentication to an Android (Jetpack Compose) application using the official ThunderID Android SDK. Use when asked to "integrate ThunderID into Android", "add auth to my Android app", or "connect ThunderID with Jetpack Compose".
license
Apache-2.0
allowed-tools
WebFetch, Bash(./gradlew:*), Bash(gradle:*), Read, Write, Edit
metadata
{"author":"thunderid","version":"1.0.0"}
# ThunderID — Android Integration Assumes ThunderID is running at `https://localhost:8090`. If not, run `/thunderid-install` first. Fetch the canonical, always-current integration guide before writing any code: WebFetch `https://thunderid.dev/docs/v1.0.x/getting-started/connect-your-application/android.md` Follow that guide end to end — creating the Console application, adding the Gradle dependency, wrapping the app with the ThunderID composable provider, adding sign-in/sign-out UI, and verifying the app runs on an emulator or device — adapting file names and code style to this project's actual structure rather than copying the doc's file layout verbatim. You do not have Console access or a browser tool. Whenever a step needs a Console UI action (creating the application, copying the Client ID, adding a redirect URI), tell the user exactly what to click and ask them to report the value back. If the fetch fails (offline, docs unreachable), tell the user and give them the URL above to open manually. Do not improvise integration steps from memory. ## Project-specific notes - A local ThunderID instance uses a self-signed certificate; the guide's network security config for trusting the local cert during development must be applied, or sign-in requests will fail. - Confirm whether the project uses Gradle Groovy (`build.gradle`) or Kotlin DSL (`build.gradle.kts`) before editing, and match the existing style. ## Troubleshooting - **Certificate / TLS error talking to `https://localhost:8090`** — Confirm the app's network security config from the guide trusts the local cert; this is the most common local-development failure on Android. - **10.0.2.2 vs localhost** — On the Android emulator, `localhost` refers to the emulator itself, not the host machine; the guide's base URL configuration should account for this if targeting the emulator.
GitHub에서 보기