I'm just getting into UserFrosting and now wanted to create a route that leads to the localhost of my system through the standard login page but I just can't figure out how that could work with UserFrosting's routing approach or if it even is possible?
Asked
Active
Viewed 49 times
1
-
You should add more details, what exact route you want to leads to? What do you means by Localhost? What have you tried so far? – Louis Charette Jul 20 '21 at 00:44
-
basically I want UserFrosting to work like in front of a React application in the end, so the user managment is taken care of by userfrosting and the rest is React, so now I wanted to try to create a route from the standard sign in page of UserFrosting to a local site that is not a sprinkle of UserFrosting. So the route would be port localhost:3001. Maybe this question sounds completely dumb and I'm missing something big here I don't know – TheDarkHunter Jul 20 '21 at 08:43
-
This should answer part of your question. Just need to hardcode the URL I guess : https://learn.userfrosting.com/recipes/custom-login-page#changing-the-post-login-destination – Louis Charette Jul 20 '21 at 16:25