-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ToJSON
instance for Password
needed for client-side haskell/reflex
#48
Comments
This can be fixed by using A documentation addition is planned in #28, I think that might help you? |
So I reverted back from I like to point out, though, there is nothing unsafe per se about |
Given how easily a As the example in #28 shows, having a You can always opt to just use |
As @Vlix said, However, for those using GHCJS, it could make sense to create a library like I've never really worked with GHCJS, so I'm not sure what sort of instances would make sense here, other than |
I think this issue has been sufficiently illuminated. There is nothing else needed than the obvious ToJSON instance. |
I work with reflex. I send the plain-text password from the client to the server and thus the missing
ToJSON
instance is too restrictive.The text was updated successfully, but these errors were encountered: