junobuild-auth 0.4.2

Authentication toolkit for Juno.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod asserts;
pub mod errors;
mod heap;
mod impls;
mod memory;
mod runtime;
pub(crate) mod services;
mod store;
pub mod types;

pub use heap::{
    cache_certificate, get_automation, get_cached_certificate, get_config, get_openid_state,
    get_salt, insert_salt, record_fetch_attempt,
};
pub use runtime::*;
pub use store::*;