Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 720 Bytes

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