안내서
자동 채우기 비밀번호 저장 튜토리얼
자동 채우기 비밀번호 저장을 위한 @capgo/capacitor-autofill-save-password 사용
웹뷰 앱에서 비밀번호를 키체인에 저장하기 위한 대화 상자를 표시하도록 사용자에게 권장하세요.
설치
bun add @capgo/capacitor-autofill-save-password
bunx cap sync
이 플러그인은 다음을 제공합니다.
promptDialog- 키체인에 암호를 저장합니다.readPassword- 키체인에서 암호를 읽습니다. iOS용 앱에 대한 연관된 도메인을 개발자에게 설정하도록 요구합니다.
예시 사용
promptDialog
키체인에 암호를 저장합니다.
import { SavePassword } from '@capgo/capacitor-autofill-save-password';
await SavePassword.promptDialog({
username: 'your-username',
password: 'your-password'
});
readPassword
키체인에서 암호를 읽습니다. iOS용 앱에 대한 연관된 도메인을 개발자에게 설정하도록 요구합니다.
import { SavePassword } from '@capgo/capacitor-autofill-save-password';
await SavePassword.readPassword();
전체 참조
- GitHub: https://github.com/Cap-go/capacitor-autofill-save-password/
- 문서: /docs/plugins/autofill-save-password/
Using @capgo/capacitor-autofill-save-password
If you are using Using @capgo/capacitor-autofill-save-password 을 사용하여 인증 및 계정 흐름을 계획하고 연결하세요. @capgo/capacitor-autofill-save-password for the implementation detail in @capgo/capacitor-autofill-save-password, Getting Started 의 implementation detail @capgo/capacitor-social-login for the implementation detail in @capgo/capacitor-social-login, @capgo/capacitor-passkey for the implementation detail in @capgo/capacitor-passkey, and @capgo/capacitor-passkey, 그리고 implementation detail in @capgo/capacitor-native-biometric.