Interface: WebAuthnServiceConfig
Defined in: src/auth/webauthn/webauthn-service.ts:51
WebAuthn service configuration.
Properties
challengeExpirationSeconds?
readonlyoptionalchallengeExpirationSeconds:number
Defined in: src/auth/webauthn/webauthn-service.ts:78
Challenge expiration in seconds.
Default Value
300 (5 minutes)
expectedOrigins?
readonlyoptionalexpectedOrigins: readonlystring[]
Defined in: src/auth/webauthn/webauthn-service.ts:71
Expected origin(s).
Default Value
['https://chive.pub']
keyPrefix?
readonlyoptionalkeyPrefix:string
Defined in: src/auth/webauthn/webauthn-service.ts:85
Redis key prefix.
Default Value
'chive:webauthn:'
rpId?
readonlyoptionalrpId:string
Defined in: src/auth/webauthn/webauthn-service.ts:64
Relying party ID (domain).
Default Value
'chive.pub'
rpName?
readonlyoptionalrpName:string
Defined in: src/auth/webauthn/webauthn-service.ts:57
Relying party name.
Default Value
'Chive'