t10d / cra-template-kingdom

Create React App Template crafted in the Kingdom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Register

diogomqbm opened this issue · comments

Description

Same approach as #14 but for a register screen where the user should be able to create an account.

I was wondering if this functionality is really necessary for the template. My conclusion is that it is not necessary. I believe that register part makes more sense within a Next.js template, for example, where we would have a context of use more focused on the "public". Generally in a SPA, access to the application is restricted to a specific group of users previously registered in the application, since the web app is more geared towards contexts of use internal to the organization's business. What do you think?

I agree. I think we should have the first release and then open a discussion for more features like this one.