DEV Community

Discussion on: How to Build Production-ready Vue Authentication

Collapse
 
gmelidis profile image
Giannis Melidis

Great post, thanks! Is there any way that you are aware of, that I can customize amplify-authenticator, to take the fields from my cognito configuration (or any type of configuration) instead? Or is the only way to create my own components? I don't need a phone number for example.

Thanks again!

Collapse
 
dabit3 profile image
Nader Dabit

Hey Giannis, yes this is possible. Check out the documentation at aws-amplify.github.io/docs/js/auth... that will walk you through customizing the Authenticator component.