Getting Started
설치 단계와 이 플러그인의 전체 마크다운 가이드를 포함한 설정 지시를 복사할 수 있습니다.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-autofill-save-password`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/autofill-save-password/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
설치
설치 섹션 제목Capgo의 AI-assisted 설치를 사용하여 플러그인을 설치할 수 있습니다. AI 도구에 Capgo 기능을 추가하려면 다음 명령어를 사용하세요.
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins다음 명령어를 사용하여 플러그인을 설치하세요.
Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-autofill-save-password` plugin in my project.터미널 창
bun add @capgo/capacitor-autofill-save-passwordbunx cap sync수입
수입 섹션 제목import { SavePassword } from '@capgo/capacitor-autofill-save-password';API 개요
API 개요 제목promptDialog
promptDialog 제목키 체인에 암호 저장
import { SavePassword } from '@capgo/capacitor-autofill-save-password';
await SavePassword.promptDialog({ username: 'your-username', password: 'your-password'});readPassword
readPassword 제목키 체인에서 암호 읽기. iOS 앱에 대한 연관된 도메인을 개발자가 설정해야 함.
import { SavePassword } from '@capgo/capacitor-autofill-save-password';
await SavePassword.readPassword();타입 참조
타입 참조 제목Options
옵션 제목export interface Options { /** * The username to save. */ username: string; /** * The password to save. */ password: string; /** * The url to save the password for. (For example: "console.capgo.app") * iOS only. */ url?: string;}ReadPasswordResult
ReadPasswordResultexport interface ReadPasswordResult { /** * The username of the password. */ username: string; /** * The password of the password. */ password: string;}Source Of Truth
Source Of Truth이 페이지는 플러그인의 src/definitions.ts. API이 업스트림에서 변경되면 다시 싱크를 실행하세요.
Getting Started에서 계속
Getting Started에서 계속__CAPGO_KEEP_0__를 사용하는 경우 Getting Started 인증 및 계정 흐름을 계획하고 연결하는 데 사용합니다. Using @capgo/capacitor-autofill-save-password native 기능을 위한 @capgo/capacitor-autofill-save-password @capgo/capacitor-social-login @capgo/capacitor-social-login 구현 세부 사항을 위한 @capgo/capacitor-passkey @capgo/capacitor-passkey 구현 세부 사항을 위한 @capgo/capacitor-native-biometric @capgo/capacitor-native-biometric 구현 세부 사항을 위한, Two-factor authentication Two-factor authentication 구현 세부 사항을 위한