Adding Stripe Subscriptions to rust axum
- Introduction of what subscriptions are
- How features/entitlements allow you to simplify the code base
async-stripe
doesn't currently support entitlements- A basic implementation to catch webhooks and fetch entitlements
- Caching Entitlements
- Using entitlements in your code