Authentication

Clock
23.12.2023
An eye
22
Hearts
0
Connected dots
0
Connected dots
0

Is a process implemented on a website that checks if requested data can be sent to the source of the request. (By source, I mean user.)
Authentication is only the second step in a process called user authorization. Before authentication, it is necessary to carry out identification, that is, whether this user is in the database of a particular site. The following types of authentication exist:

Used in

SEO recommendations from Google were used to improve the paginator and infinite scroll using replace and push states for the URL. A tag system was also developed for the site. A gallery was added.
In this article, I will describe in detail how I solved the problem of server response delays to client requests. I will describe the operation of the ERR_HTTP2_PING_FAILED error and what steps I took to identify the problem.