Social

Not having a login page, bad idea?

Not having a login page, bad idea?
  1. Why is a login page important?
  2. How important is social login?
  3. Is it a good idea to pass the username and password in get?

Why is a login page important?

Login creates a user account.

This means that users are uniquely identifiable within your product. For users this frequently means that they can see their own profile and information, change that information, and keep track of what are the identifiers on their account (profile picture, username, etc.)

How important is social login?

The purpose of social login or social sign-on is to make it easier for members to join websites without creating an account. However, there are some distinct pros and cons associated with relying on one social media platform to store important information for multiple accounts in one place.

Is it a good idea to pass the username and password in get?

Yes, it is bad practice. Any security advantage available by having a secret field name could also be gained by prepending that secret on to the password.

What user experience principles do website developers use to determine how to create a homepage in general?
What are the 4 principles of web design? What are the 4 principles of web design?Space: In web design, this is often referred to as "white space," o...
Multiple choice dropdown - when items are selected they are moved to the top of the dropdown
How do I select multiple options in a drop down list?How to select multiple options from a drop down list in HTML?What is the difference between list...
Is it ok to change the wording in the scenario in user testing?
What should not be included in scenarios? What should not be included in scenarios?Do not include any information on how the user would complete the...