pilcrow

Results 34 issues of pilcrow

### 🔖 Feature description When a user tries to create a document that violates a unique type index, return the name of the index or attribute that it violates. Current:...

database
feature

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

### Describe the bug This is either a "feature" request or an issue with the docs. On initial page load (server-side navigation), page and layout load functions run once during...

documentation

### Describe the problem When implementing auth, it's impossible to run load functions in parallel. This is roughly how auth are implemented right now: 1. Check for the user in...

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.