. #15
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello @GRSARVESH, If you need to understand the process of setting up the backend server, please check the complete tutorial here:- which is also mentioned in my own article for using this repository:- |
Beta Was this translation helpful? Give feedback.
-
Hello @GRSARVESH, It's a different application which uses login/registration modules from this project. |
Beta Was this translation helpful? Give feedback.
Hello @GRSARVESH,
The page will not switch because we need to set up a backend server first from which an access token is requested for redirection. Please check the code from line no: 28 in the below file:-
https://github.com/codeclassifiers/loginforms/blob/master/src/components/RegistrationForm/RegistrationForm.js
If you need to understand the process of setting up the backend server, please check the complete tutorial here:-
https://dev.to/dipakkr/implementing-authentication-in-nodejs-with-express-and-jwt-codelab-1-j5i
which is also mentioned in my own article for using this repository:-
https://medium.com/technoetics/create-basic-login-forms-using-react-js-hooks-and-bootstrap-2ae36c15…