strapi-plugin-passwordless icon indicating copy to clipboard operation
strapi-plugin-passwordless copied to clipboard

A plugin for Strapi Headless CMS that provides ability to sign-in/sign-up to an application by link had sent to email.

Results 14 strapi-plugin-passwordless issues
Sort by recently updated
recently updated
newest added

Hi! I have a question on the Frontend part of passwordless out. The API works great, I get emails with the correct token and can use it to get the...

Hi thanks for building this plugin, it would be great to have OTP based login as well. I can sponsor as well if that helps.

I made a slight change in the code to enable the ability to edit the format in which the token is generated, in my case it works to create personal...

The plugin is not returning relations when fetching the user from a token after sending the link, is there any way to populate these relations?

Did anyone try to extend `strapi-plugin-passwordless`? I tried methods suggested in official docs and I'm not able to customize `createToken` service function. I've tried the extensions folder technique and override...

Is it Possible to add an ID from the strapi-plugin-email-designer? I am looking forward to design the E-Mail templates, for passwordless via the strapi-plugin-email-designer! Is it possible?

When configuring the extension, it isn't clear what variables are available for the login email. I think the only thing we have is: ?loginToken= ... for generating the login URL....

Now outlook will wrap any url with safelinks, which upon click will access the link on behalf of the user first before redirecting the user. I implemented the handover of...

In order to facilitate development, I suggest we add a `debugMode: boolean` in the settings page. If it's on, `GET /api/passwordless/login?loginToken={tokenFromEmail}` will never set `is_active` to false. This allows the...

How can we add a rate limit to the send link and login endpoints ?