© 2022 Hashnode
Hello folks!! How you all doin'!!?? As promised, here I'm back with another blog. So, do you find it difficult to understand things regarding authorization and stuff? If yes, then this blog is for yo…
Most of us are used to logging into different accounts using a password. For years this has been the norm but passwords also face other security issues: They are extremely annoying when we don't rem…
Authentication and building a secure connection between two parties to pass information freely and securely have always been a part of human history. From secret code languages, specific sounds to mod…
Spanish version here One of the essential features that most applications have in common is Authentication. There are many options to authenticate us nowadays. In this article, I’ll talk about a solution used a lot lately: Auth0 and implem…
Versión en Inglés aquí Uno de los features más importantes que la mayoría de aplicaciones tienen en común es la Autenticación. Hay muchas opciones de autenticarnos actualmente, les hablaré de una solución que se viene usando mucho últimam…
What is OAuth 2.0 OAuth (Open Authorization) is an open standard that allows users to authorize third-party websites to access the information they store on another service provider without providing …
API Gateway provides a feature called Authorizers to help isolate your auth logic from the business logic in your application. What is an Authorizer An Authorizer is a function that is executed before…
Day 1 of LetsLearnAndLoveProgramming Series OpenID-Connect and OAuth2 and concepts The Apis and data must be always protected from unauthorized access. There are multiple ways of doing it and OpenI…
Introduction React is an open source JavaScript library for building user interfaces in WEB and mobile applications. Currently, React is at version 17 and Meta (formerly Facebook) is the main maintain…
The process is actually very straightforward, but it comes with some gotchas that the auth0 docs don't tell you, or at least not in one go. It can be a pain to get it working, so here it is, with all …