BoxLang 🚀 A New JVM Dynamic Language Learn More...
Install CBSecurity Passkeys
box install cbsecurity-passkeys
Add Java libs from cbsecurity-passkeys
this.javaSettings = {
loadPaths : [ "./modules/cbsecurity-passkeys/lib" ],
loadColdFusionClassPath : true,
reloadOnChange : true
};
Implement the ICredentialRepository
interface. (See an example in /resources/examples/Passkey.cfc
)
Configure your credentialRepositoryMapping
in config/ColdBox.cfc
moduleSettings = {
"cbsecurity-passkeys": {
"credentialRepositoryMapping": "Passkey"
}
}
$
box install cbsecurity-passkeys