https://github.com/meyer1994/better-auth-asaas
https://github.com/meyer1994/better-auth-asaas
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meyer1994/better-auth-asaas
- Owner: meyer1994
- Created: 2026-05-24T19:24:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-26T03:26:08.000Z (about 2 months ago)
- Last Synced: 2026-05-26T05:17:14.327Z (about 2 months ago)
- Language: TypeScript
- Size: 454 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# better-auth-asaas
[Asaas](https://www.asaas.com/) payments plugin for [Better
Auth](https://www.better-auth.com/): PIX/Boleto/Card charges, auto-create
customers on sign-up, and webhook dispatch — no extra tables.
## Layout
```
packages/better-auth-asaas # the plugin (server + client)
examples/nuxt # Nuxt 4 demo
examples/next # Next 15 demo (WIP)
```
## Commands
| Command | What it does |
| ---------------- | ---------------------------------- |
| `pnpm build` | Build the plugin |
| `pnpm test` | Run vitest |
| `pnpm dev:nuxt` | Run plugin + Nuxt example in watch |
| `pnpm dev:next` | Run plugin + Next example in watch |
See [`examples/nuxt/README.md`](./examples/nuxt/README.md) and
[`examples/next/README.md`](./examples/next/README.md) for the demo apps.