JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q47526F
  • License Apache-2.0

A Better Auth adapter for RONIN

Package Exports

  • @ronin/better-auth
  • @ronin/better-auth/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ronin/better-auth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Better Auth + RONIN

tests code coverage install size

A Better Auth adapter for storing session data in RONIN with ease.

Usage

import { betterAuth } from 'better-auth';
import { ronin } from "@ronin/better-auth";

const auth = betterAuth({
  database: ronin(),
  // ...
});

Testing

Use the following command to run the test suite:

bun test