Answer the question
In order to leave comments, you need to log in
How to implement user activation via email in React and Nginx?
My question:
When a user registers on my site, he receives a link to activate his account by email from the back. The user must click on this link to activate.
How can a react application catch this link after clicking on it in the mail to make a back request?
There is a route in react:
<Route path="/activate/:id1/:id2" component={UserActivationContainer} />
try_files $uri $uri/ /index.html;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question