kych

OAuth 2.0 API for Swiyu to enable Taler integration of Swiyu for KYC (experimental)
Log | Files | Refs

lib.rs (108B)


      1 pub mod config;
      2 pub mod handlers;
      3 pub mod models;
      4 pub mod state;
      5 pub mod crypto;
      6 pub mod db;
      7 pub mod worker;