pilcrow
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:...
Recently attempted to do so and accidentally published the entire monorepo.
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...
Highlight.js doesn't support syntax highlighting for Prisma.
### 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...
### 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).
### TODO - [x] OAuth guide - [x] Adapter reference - [ ] Adapter testing reference - [ ] Email verification guide - [ ] Password verification guide
Since the error tests are for official adapters and technically not needed for the adapter to work, it should be made optional.