Login Websites

From HaFrWiki
Revision as of 17:46, 1 October 2017 by Hjmf (talk | contribs) (Created page with "{{TOCright}} The website <code>Login</code> enables the Single Sign On (SSO) for many apps on Harm Frielink's Websites. == Introduction == Registration and authentication on ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The website Login enables the Single Sign On (SSO) for many apps on Harm Frielink's Websites.

Introduction

Registration and authentication on Websites is necessary to be able to identify the user and to persistent store his preferences and his own data (See Why Registration).

The Websites I have created in the past and will create in the future all need this ability, authentication and access to data. All Websites need to ask you for your credentials (User-Id/Email and Password) creating a multiple access points for attacks by hackers.

When you have a single access point for entering that kind of information, the security for you can be made more simple and attacks can be monitored more easily.

The Website Login does exactly this.

Why registration

Registration and authentication on Websites are necessary to be able to identify the user and to persistent store his preferences/own data.
For instance a Game like F1-Augur have to know who the registered user is and to make sure that the user is who he is (authentication) before the Website can store his predictions/forecasts. That is the main purpose to be a registered user: to be able to store user's data (credentials and data) for the user's purpose of using a website.

Many people think that the Website owner/Website developer wants to know private data (i.e. credit card, financial data), but my Websites are free and I do not want to know that kind of data. Simple registration of your email address (for notification and authentication), your user-id (for identification) and your password (for you wants to access the site with tour private key).

What happens with your personal data? Nothing, I need them for the given purpose, and no one else needs to know about them.

To Do

More will be created soon.

See also

top

Reference

top