© 2023 Hashnode
#oauth2
If you enjoy this topic, you will probably like my articles, tweets, and stuff. If you're wondering, check out my YouTube channel and don't forget to subscribe and follow since I'm offering programmin…
Introduction Google is a popular Identity Provider (IdP) option for third-party applications. Google's OAuth 2.0 API implements Open ID Connect (OIDC) specification and is an OpenID Certified vendor, …
Introduction Authentication and authorization are essential concepts of API building. While building any API, it is vital to authenticate and authorize the users to access any resources. People often …
Authentication and authorization is a very important domain in web development. Since creating a traditional authorization system, especially with the MERN stack is tough, Google has come to our rescu…
Introduction Web authentication through local device authentication like Android Touch ID, Windows Hello Face recognition or just a local device PIN code. This is now available for Browsers and offers…
Introduction : Security is without doubt a very important feature for any public and even private facing service or API and it’s something that you need to pay a lot of attention to get right. In this…
OAuth 2 is a widely-used authorization framework that allows clients to access resources on behalf of a user. While it is a powerful tool for enabling secure access to resources, it is important to pr…
The first part of this two-part series was an introduction to user authentication with OpenID Connect(OIDC). I discussed OpenID Connect as a protocol and how identity providers use it to offer user au…
I was searching for a viable option for the contact form of my personal website, believe me this is the best you can do for your forms. Get all the required secrets from Google Developer Console. Befo…