lucia-serverless-neon-http-adapter

1.0.1 • Public • Published

lucia-serverless-neon-http-adapter

Adapter for Lucia to connect with pure http neon serverless - Mainly for use with environments where websockets are unavailable (SvelteKit for example)

Based on the neon adapter by MightyPart

Installation

npm i lucia-serverless-neon-http-adapter

Usage

adapter: neon(NEON_DATABASE_URL, {
    user: 'user',
    key: 'user_key',
    session: 'user_session'
}),

Readme

Keywords

Package Sidebar

Install

npm i lucia-serverless-neon-http-adapter

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

10.6 kB

Total Files

5

Last publish

Collaborators

  • pelle-jensen