Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 648 Bytes

File metadata and controls

39 lines (26 loc) · 648 Bytes

UserKit

User management and authentication SDK for iOS applications.

Features

  • User authentication and session management
  • Secure token storage and refresh
  • User profile management
  • Built on CoreNetworkKit for robust networking

Installation

Add this package to your Package.swift:

dependencies: [
    .package(url: "https://github.com/vimo-ai/UserKit.git", from: "1.0.0")
]

Requirements

  • iOS 15.0+
  • Swift 5.9+

Usage

import UserKit

// Basic usage example
let userManager = UserManager()
try await userManager.signIn(email: email, password: password)

License

Private - VIMO Organization