Hello,
/api/user requires either sendSetPasswordEmail
or user.password
.
Any way I can avoid this requirement, if I only want to use passwordless login?
Thanks you!
Hello,
/api/user requires either sendSetPasswordEmail
or user.password
.
Any way I can avoid this requirement, if I only want to use passwordless login?
Thanks you!
Hello,
I'm a product manager (limited coding capabilities) trying out FA.
I have played around with the API and noticed that FA is translating my custom integer IDs into UUIDs and expects those for some requests.
Is it somehow possible to do these requests using the original custom ID?
If not, is there a simple way to take an custom ID and arrive at the UUID in Nodejs?
Thank you!