junobuild-auth 0.4.1

Authentication toolkit for Juno.
Documentation
1
2
3
4
5
6
use crate::state::types::runtime_state::State;
use std::cell::RefCell;

thread_local! {
    pub(super) static STATE: RefCell<State> = RefCell::default();
}