@alexasomba/better-auth-paystack 1.0.0-rc.1 → 1.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,14 +6,14 @@ A TypeScript-first plugin that integrates Paystack into [Better Auth](https://ww
6
6
 
7
7
  ## Features
8
8
 
9
- [x] **Billing Patterns**: Support for Paystack-native plans, local-managed subscriptions, and one-time payments (products/amounts).
10
- [x] **Auto Customer Creation**: Optional Paystack customer creation on user sign up or organization creation.
11
- [x] **Trial Management**: Configurable trial periods with built-in abuse prevention logic.
12
- [x] **Organization Billing**: Associate subscriptions with organizations and authorize access via roles.
13
- [x] **Enforced Limits**: Automatic enforcement of seat limits (members) and resource limits (teams).
14
- [x] **Popup Modal Flow**: Optional support for Paystack's inline checkout experience via `@alexasomba/paystack-browser`.
15
- [x] **Webhook Security**: Pre-configured signature verification (HMAC-SHA512).
16
- [x] **Transaction History**: Built-in support for listing and viewing local transaction records.
9
+ - [x] **Billing Patterns**: Support for Paystack-native plans, local-managed subscriptions, and one-time payments (products/amounts).
10
+ - [x] **Auto Customer Creation**: Optional Paystack customer creation on user sign up or organization creation.
11
+ - [x] **Trial Management**: Configurable trial periods with built-in abuse prevention logic.
12
+ - [x] **Organization Billing**: Associate subscriptions with organizations and authorize access via roles.
13
+ - [x] **Enforced Limits**: Automatic enforcement of seat limits (members) and resource limits (teams).
14
+ - [x] **Popup Modal Flow**: Optional support for Paystack's inline checkout experience via `@alexasomba/paystack-browser`.
15
+ - [x] **Webhook Security**: Pre-configured signature verification (HMAC-SHA512).
16
+ - [x] **Transaction History**: Built-in support for listing and viewing local transaction records.
17
17
 
18
18
  ---
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexasomba/better-auth-paystack",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "Community Better Auth plugin for Paystack (by alexasomba)",
5
5
  "license": "MIT",
6
6
  "author": "alexasomba",