netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
52 stars 2 forks source link

[plugins/auth] port `netzo.auth` plugin to use `lucia-auth` #163

Open miguelrk opened 6 months ago

miguelrk commented 6 months ago

The netzo.auth plugin currently uses denoland/deno_kv_oauth but lucia-auth/lucia provides greater flexibility for the longer run, additional OAuth2 providers, as well as email-password and passkey (soon) support (see this video for reasoning).

Links