You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand if I might be misunderstanding how the passwordless plugin works or if it’s behaving as expected.
When I make a POST request to /api/passwordless/send-link, it successfully sends an email with a link. However, the URL provided in the email is not accessible via a browser.I can still GET operations, JWT token gen via CLI, and I can see a new user inside USER to the Collection Types with their TOKEN as a separate type tooo.. and related details.
What I initially expected was that, when I click invite new user in the Administration panel (GUI), it generates a URL that I could share with the user. When the user accesses this URL via a browser, they would be presented with a registration portal where they can complete their account setup. I thought the plugin would automatically send this link to the user via email.
Can someone clarify the exact use case of the plugin and confirm if it works this way or differently?
The text was updated successfully, but these errors were encountered:
Heyy andrey thank you for the responce, My question was ur JWT , reqs all are working fine in the cli but i cant find a place where that user can access the portal , yes on cli he can use the token from mail and get JWTs and its being shown on Content Manager , But where will the user access the portal ?? The email link on browsers gives this responce
I am trying to understand if I might be misunderstanding how the passwordless plugin works or if it’s behaving as expected.
When I make a POST request to /api/passwordless/send-link, it successfully sends an email with a link. However, the URL provided in the email is not accessible via a browser.I can still GET operations, JWT token gen via CLI, and I can see a new user inside USER to the Collection Types with their TOKEN as a separate type tooo.. and related details.
What I initially expected was that, when I click invite new user in the Administration panel (GUI), it generates a URL that I could share with the user. When the user accesses this URL via a browser, they would be presented with a registration portal where they can complete their account setup. I thought the plugin would automatically send this link to the user via email.
Can someone clarify the exact use case of the plugin and confirm if it works this way or differently?
The text was updated successfully, but these errors were encountered: