-
## General
## Auth
- [x] Setup data models
- [x] Setup Github auth
- [x] Setup username/password auth
- https://lucia-auth.com/start-here/username-password
- [x] Fix login failure errors…
-
### Describe the bug
Switching tabs can lead to the loss of data in the context, such as the text within an element. I suspect this might be due to the re-creation of the input element when switchin…
ywaby updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
For example...if I am redirecting on login I want the loading spinner to stay `on` even though the form is done `submitting`.
**…
-
I am going through the Tutorial of the CRUD example [here](https://superforms.rocks/crud#reading-a-user-from-the-database)
It has this code passage:
```
import { superValidate, message } from 'sv…
-
In a effort to factorize some code, I would need to pass a ValidationAdapter (server-side) or a ClientValidationAdapter (client-side) to a function.
Unfortunately, it seems that ClientValidationAdap…
-
Hi,
We have recently moved our emails over to Microsoft Exchange. Since this was done the contact entries from SuperForms have not been forwarding to our email. The SMTP settings are disabled and …
-
### Describe the bug
```jsx
{#snippet children({ props })}
{/snippet}
{#snippet children({ props })}
{/…
-
### Describe the feature
In situations where a mutation happens on the server, I wonder if we would be able to serialize the side effects for the cache and push them to the client to update the brows…
-
**Is your feature request related to a problem? Please describe.**
Currently the handling of server side errors is a big pain. Our situation is that we have server errors like these:
``` js
let e…
-
**The problem:**
As per [html spec](#ref), the new lines of a text area are normalized to \n in browser and \r\n when the form is sent. So a simple count in characters will yield inconsistent leng…