BoxLang 🚀 A New JVM Dynamic Language Learn More...

cbsecurity-passkeys

v1.0.1 Modules

CBSecurity Passkeys

Requirements

  • ColdBox 6+
  • cbSecurity 3+

Installation

  1. Install CBSecurity Passkeys box install cbsecurity-passkeys

  2. Add Java libs from cbsecurity-passkeys

this.javaSettings = {
    loadPaths : [ "./modules/cbsecurity-passkeys/lib" ],
    loadColdFusionClassPath : true,
    reloadOnChange : true
};
  1. Implement the ICredentialRepository interface. (See an example in /resources/examples/Passkey.cfc)

  2. Configure your credentialRepositoryMapping in config/ColdBox.cfc

moduleSettings = {
    "cbsecurity-passkeys": {
        "credentialRepositoryMapping": "Passkey"
    }
}

v1.0.1

15 May 2024 — 22:46: 56 UTC

other

$ box install cbsecurity-passkeys

No collaborators yet.
     
  • {{ getFullDate("2024-05-15T20:20:14Z") }}
  • {{ getFullDate("2024-05-15T22:47:23Z") }}
  • 227
  • 12