openauth-plugins 0.0.2

Official OpenAuth plugin modules.
Documentation
1
2
3
4
5
6
7
#[test]
fn exposes_custom_session_placeholder() {
    assert_eq!(
        openauth_plugins::custom_session::UPSTREAM_PLUGIN_ID,
        "custom-session"
    );
}