Onur's Page

High Secure Authentication Algorithm - In Memory Authentication

Authentication systems are essential for security. If there's a problem with them, it can cause significant issues. In this topic, we'll discuss a secure authentication system design that can't be manipulated by outsiders.

Instead of sharing code, I'll explain the system design and its functionality. Prior experience with Http Protocol, cookies, server/client communication, and Jwt (Json Web Tokens) will be helpful for understanding this topic.

If we explain algorithm of this technique in 2 phases:

Phase 1

Phase 1 of secure authentication algorithm

Explanation of the processes that occur in the diagram above:

Phase 2

Phase 2 of secure authentication algorithm

Explanation of the processes that occur in the diagram above:

What we will achieve from process cycle specified in the phases above:

#security #client-authentication