rustauth-stripe 0.2.0

Stripe integration for RustAuth.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod active_upgrade;
mod list_portal;
mod manage;
mod reference;
mod support;
mod upgrade;
mod webhook;

pub use list_portal::{create_billing_portal, list_active_subscriptions, subscription_success};
pub use manage::{cancel_subscription, restore_subscription};
pub use upgrade::upgrade_subscription;
pub use webhook::stripe_webhook;