내용으로 건너뛰기

Autofill Save Password Capgo 저장소

GitHub

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-password
bunx cap sync
import { SavePassword } from '@capgo/capacitor-autofill-save-password';

비밀번호를 키체인에 저장하세요.

import { SavePassword } from '@capgo/capacitor-autofill-save-password';
await SavePassword.promptDialog({
username: 'your-username',
password: 'your-password'
});

키 체인에서 암호를 읽습니다. iOS 앱에 대한 개발자가 앱에 대한 연관된 도메인을 설정해야 합니다.

import { SavePassword } from '@capgo/capacitor-autofill-save-password';
await SavePassword.readPassword();
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;
}
export interface ReadPasswordResult {
/**
* The username of the password.
*/
username: string;
/**
* The password of the password.
*/
password: string;
}

실제 데이터의 원천

Section titled “Source Of Truth”

이 페이지는 플러그인의 src/definitions.ts. API의 공개 버전이 업스트림에서 변경되면 다시 싱크를 실행하세요.

Getting Started에서 계속 진행하세요.

Getting Started에서 계속 진행하세요.

만약 __CAPGO_KEEP_0__을 사용 중이라면 Getting Started __CAPGO_KEEP_0__을 __CAPGO_KEEP_1__-autofill-save-password로 연결하세요. capgo의 capacitor-autofill-save-password 기능을 사용하는 데 필요한 native capability를 capgo/capacitor-autofill-save-password로 연결하세요. capgo의 capacitor-social-login 기능을 사용하는 데 필요한 implementation detail를 capgo/capacitor-social-login로 연결하세요. capgo의 capacitor-passkey 기능을 사용하는 데 필요한 implementation detail를 capgo/capacitor-passkey로 연결하세요. capgo의 capacitor-passkey 기능을 사용하는 데 필요한 implementation detail를 capgo/capacitor-passkey로 연결하세요. capgo의 capacitor-passkey 기능을 사용하는 데 필요한 implementation detail를 capgo/capacitor-passkey로 연결하세요. capgo의 capacitor-passkey 기능을 사용하는 데 필요한 implementation detail를 capgo/capacitor-passkey로 연결하세요. @capgo/capacitor-native-생체인식 Capgo-capgo/capacitor-native-생체인식 구현 세부 사항에 대해 두 단계 인증 두 단계 인증 구현 세부 사항에 대해