Hey all,
I’m currently trying to do some custom stuff with email verification via Strapi’s system
In previous projects I had created custom logic for email verification and was using my own collections for it, but I think it would be better to use the built-in system
The issue is, I wanna have a custom action on my frontend for verification (basically once the user clicks on the link they receive via email for verification, i want them to be redirected to /verify-email and pass props to that url like the user’s email address in order to change some attributes (their role, for example). I haven’t found a way to do that without changing how strapi operates. Is there some build in way to do it that I just don’t know about, or would I have to create a plugin and add that logic to strapi manually?
This topic has been created from a Discord post (1293599655799558205) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord