DEV Community

Discussion on: The Complete Guide to User Authentication with the Amplify Framework

Collapse
 
brentgreeff profile image
Brent Greeff

Nice article. I am just getting started, but is this the same as the hosted-UI or are these login/ register components inline on the same page as the rest of the app? - Cognito hosted-ui has limited styling options, and you would not be able to have navigation or other elements from my app on the login/ register page.

I have some experience with React, but we have an existing Rails app. Should I look at modifying your code or is there a better starting point for a Rails app that uses plain html backend server?