DEV Community

Cover image for The user authentication deserve more attention
Daniele Fontani
Daniele Fontani

Posted on • Originally published at towardsdatascience.com

1

The user authentication deserve more attention

he user authentication deserves more attention. There is no more space for self-made solutions.

In 2020 we cannot reinvent the wheel but just push the digital transformation.

Why? I'm tired of custom authentication solutions.

I hate the friction we feel while accessing to the ecosystem of tools that we use daily.

I’m myself, why I should prove it two times?

Moreover, with the upcoming security threat, I’m also curious about where I’m typing my passwords—security matters for me.
I remember the first timid attempts at creating SSO (Single Sign-On) solutions in the 2000s.

We had many handcrafted tools, using cookies, redirect, and other tricks for getting the job complete. Every company had to reinvent the wheel.

This age ended when OAuth (and then OAuth2) become the standard and helps to create SSO scenarios and authentication sharing with ease.

Well, this was a big step forward, but it is not the end. The Oauth2 protocol solves only one part of the problem: we still need to code for implementing the authentication system.

Coding is wonderful but requires time and costs. We cannot reinvent the wheel each time.

That’s why I wrote an article about finding a standard solution for identity access management (IAM) — and you should read it!

In this article, I explain the pain points about authentication and how to solve them by adopting a standard solution

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay