denoland / deno-kv-hackathon

Rules, details, and place to submit your project for the Deno KV hackathon.
18 stars 2 forks source link

Lucia Auth Adapter for Deno KV #5

Open JLarky opened 1 year ago

JLarky commented 1 year ago

Team or Project Name

Lucia Auth Adapter for Deno KV

Team Members

JLarky

Screenshots of your Project

image

Link to demo on Deno Deploy

https://lucia-deno-kv-demo.deno.dev/

create any user/pass and you will be able to sign in with it

Link to project's public GitHub repo

https://github.com/JLarky/astro-lucia-deno-kv

Any final comments you'd like to add?

This Demo is using Astro, you can develop, build and deploy without node :)

7flash commented 4 days ago

@JLarky why does it show a list of two sessions instead of single one, after login as per your screenshot? (trying to integrate your code into my project)