Capgo Autofill Save Password 저장소
설치 단계와 이 플러그인의 전체 마크다운 가이드를 포함한 설정 프롬프트를 복사하세요.
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.
설치
설치 제목AI-Assisted Setup을 사용하여 플러그인을 설치할 수 있습니다. 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.만약 Manual Setup을 선호한다면, 다음 명령어를 실행하여 플랫폼에 따라 아래의 지침을 따르시오:
bun add @capgo/capacitor-autofill-save-passwordbunx cap syncImport
Import 섹션import { SavePassword } from '@capgo/capacitor-autofill-save-password';promptDialog
promptDialog 섹션키 체인에 암호를 저장하세요.
import { SavePassword } from '@capgo/capacitor-autofill-save-password';
await SavePassword.promptDialog({ username: 'your-username', password: 'your-password'});readPassword
Section titled “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
암호 읽기 결과export interface ReadPasswordResult { /** * The username of the password. */ username: string; /** * The password of the password. */ password: string;}실제 원
실제 원이 페이지는 플러그인의 src/definitions.ts. API을 업스트림에서 변경하면 다시 싱크를 실행하세요.
시작부터 계속하기
시작부터 계속하기만약 __CAPGO_KEEP_0__을 사용하고 있다면 시작부터 __CAPGO_KEEP_0__을 사용하여 인증 및 계정 흐름을 계획하고 __CAPGO_KEEP_0__을 __CAPGO_KEEP_1__-autofill-save-password과 연결하세요. capgo-autofill-save-password을 사용하여 capgo/capacitor-autofill-save-password의 네이티브 기능을 위해 capgo/capacitor-social-login을 사용하여 capgo/capacitor-social-login의 구현 세부 정보를 위해 capgo/capacitor-passkey을 사용하여 capgo/capacitor-passkey의 구현 세부 정보를 위해 for the implementation detail in @capgo/capacitor-social-login, @capgo/capacitor-passkey for the implementation detail in @capgo/capacitor-passkey, @capgo/capacitor-native-생체인증 Capgo-capgo/capacitor-native-생체인증 구현 세부 사항에 대해 두 단계 인증 Capgo-두 단계 인증 구현 세부 사항에 대해