1.0.1 • Published 2 years ago

lucia-serverless-neon-http-adapter v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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'
}),
1.0.1

2 years ago

1.0.0

2 years ago