kucherenko / strapi-plugin-passwordless

A plugin for Strapi Headless CMS that provides ability to sign-in/sign-up to an application by link had sent to email.
MIT License
77 stars 27 forks source link

Endpoints look different from those shown in the readme #3

Closed shumiyao closed 2 years ago

shumiyao commented 2 years ago

I am using Strapi v. 4.0.5 and my endpoints becomes as follows, which does not look like those in the README.

Method Path
HEAD/GET /api/passwordless/passwordless/login
POST /api/passwordless/passwordless/send-link

Is that how it is supposed to be or am I missing something?

kucherenko commented 2 years ago

The README has updated