Does plasmic support user registration and login through a conventional login/registration page?

I am trying to to create an ecommerce page and need to be able to allow anonymous visitors to create an account and login. Optimally, I’m able to further add values saved to the user’s account to be used as dynamic values in other pages. From playing with the authentication settings, this doesn’t seem possible. Am I missing something or does that require implementing custom auth?

Hi @chuck, if you are using Plasmic auth, it’s not possible to customize the login page currently, so you would need to use custom auth to be able to have full customization control on your application.

2 Likes

Oh, that’s sad - it would be nice to have more customization options for the Plasmic auth login page!
For my use case, I would imagine CSS styling or the ability to login via a pop-up window instead of suddenly navigating to the Plasmic auth login page (changing the website context for the user).

2 Likes