X Tutup
The Wayback Machine - https://web.archive.org/web/20201204085146/https://github.com/topics/prisma
Skip to content
#

prisma

Here are 655 public repositories matching this topic...

prisma
blitz
markylaing
markylaing commented Nov 22, 2020

What do you want and why?

passportAuth accepts an object with authenticateOptions and an array of strategies. The same authenticate options are applied regardless of strategy. This is obviously fine if you only have one strategy, but will not work if there are multiple strategies that require different options.

I came across this issue while writing an app that needs some permissions f

dthyresson
dthyresson commented Nov 28, 2020

While searching a Discourse support question about how to handle SelectField integer value, it was noted that one should use transformValue.

However, the documentation still says to use dataType:

https://redwoodjs.com/docs/form#datatype

If the type to coerce the input to can’t be inferred automatically, like making a Float from a <TextFiel

amplication

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup