lucia icon indicating copy to clipboard operation
lucia copied to clipboard

Authentication, simple and clean

Results 45 lucia issues
Sort by recently updated
recently updated
newest added

Recently attempted to do so and accidentally published the entire monorepo.

help wanted

No errors are thrown when Lucia attempts to create a new row for `Refresh_Token` using a user_id of a user that does not exist when using it with PlanetScale. Not...

help wanted
pkg:adapter-prisma
bugs

Highlight.js doesn't support syntax highlighting for Prisma.

documentation

Right now, the only thing (technically) stopping Lucia from being used in an external backend is the lack of cookie configuration (domain).

feature request

### TODO - [x] OAuth guide - [x] Adapter reference - [ ] Adapter testing reference - [ ] Email verification guide - [ ] Password verification guide

documentation

Since the error tests are for official adapters and technically not needed for the adapter to work, it should be made optional.

Right now forms look like this: ```svelte { return async ({ result }) => { if (result.type === 'redirect') { window.location.href = result.location; return; } applyAction(result); // default user:enhance behavior...

feature request

Since we've moved to session tokens, it'll be great if we can support in-memory data store (ie. Redis) for storing sessions. I think we can provide an additional adapter slot...

feature request