@mark-robustelli Indeed, we didn't know about Lambdas and this seems to do the trick. Thank you!
M
Posts made by maxime.aerts
-
RE: FormField email verification - Numerical code & JWT content
-
FormField email verification - Numerical code & JWT content
Hello,
I have two questions for which I haven't found an answer anywhere in the documentation or among the issues.
-
Using FormField email verification strategy, is it possible to configure it to only send numerical codes (12345) instead of alphanumerical codes (A1B2C) ?
-
In our application, we only use the FusionAuth API and we want to enforce the gated behavior for unverified user. Thus we expected to get verified status in their JWT OAuth token but it seems to not be the case. Our current workaround is on every user request, query its user data from FustionAuth API and check that "verified: true" or return an error. Is our workaround the only solution or did we miss something ?
NB: We are on paid starter plan.
Kind regards,
Maxime -