/HankoSwift

A Swift Client for Hanko.io

Primary LanguageSwiftMIT LicenseMIT

HankoSwift

A package to use the Hanko.io API from iOS / macOS Apps.

State

This is a very quick implementation of the Hanko Passcode / Passkey Authentication, the Passcode auth works and a valid JWT is retrieved. Passkeys haven't been tested yet, this will be my next priority for this package.

ToDo

  • Implement get user details by email

  • Implement create user

  • Implement initialize passcode login

  • Implement finalize passcode login

  • Implement initialize Webauthn registration

  • Implement finalize Webauthn registration

  • Test Passcode implementation using sample app

  • Test Passkey (Webauthn) implementation using sample app

  • Add test coverage