Function forest_filecoin::rpc::auth_layer::auth_verify

source ·
async fn auth_verify(
    token: &str,
    keystore: Arc<RwLock<KeyStore>>,
) -> Result<Vec<String>>
Expand description

Verify JWT Token and return the token’s permissions.