Victoria Lovictoria.hashnode.net·Aug 22, 2020Introduction to REST API Authentication MethodsHello devs! In this article, I'll be discussing some common ways to authenticate your API as a way to protect your routes from users that shouldn't access them. Why should I protect my routes? Certain routes such as your user's profile page or the ad...Chigbogu Orji and 2 others are discussing this3 people are discussing thisDiscuss·98 likes·10.0K readsREST API
Kumar Shivamkumarshivam.hashnode.net·Jun 13, 2021Authenticate your React SPA in 5 minutes with Auth0Authentication is a must-have feature in your web app if it's for multiple users. Other than this why else you need authentication is altogether a different blog topic. In this blog, we will discuss how to implement authentication in your web app in ...Sayuri Kamble and 1 other are discussing this2 people are discussing thisDiscuss·52 likes·162 readsauthentication
Rahul Banerjeerealpythonproject.hashnode.net·May 24, 2021How to Authenticate using Keys, BasicAuth, OAuth2 in PythonNot all APIs are as well documented as Twilio. This guide should help you work with APIs which are secured using Keys, BasicAuth, or OAuth2. We will be working with the following APIS Cat Facts Cat as a Service (CAAS) Twilio API GitHub API Geniu...Discuss·43 likes·136 readsPython
Dannel Bothellodanbothello.hashnode.net·Apr 24, 2023Secure your application and website with SSOSecurity is a top priority for any website in the modern online environment. It is crucial to make sure that your website is safe and shielded from any potential risks given the rise in cyberattacks. Implementing Single Sign-On (SSO) for your website...DiscussASP.NET
Sandeep Korrapatiphoenixdev.hashnode.net·Apr 23, 2023The OAuth 2.0 Odyssey: A Delightful Adventure into Web App SecurityIntroduction Ahoy, fellow explorers! Are you ready to embark on an epic journey through the fascinating world of OAuth 2.0? With this Hashnode blog post as your trusty compass, we'll navigate the vast ocean of this powerful authorization framework in...DiscussOAuth2
FusionAuth teamforFusionAuth Blogfusionauth.hashnode.net·Apr 21, 2023Switchboard.app reduced their estimated migration time by 66% using FusionAuthTheo Gravity is a FusionAuth community member and senior engineer at Switchboard. He chatted with us over email about how he and his team are using FusionAuth to meet their auth needs. This interview has been lightly edited for clarity and length. D...Discussauthentication
Emmanuel GautierforCerberAuthemmanuelgautier-1676898909609.hashnode.net·Apr 19, 2023How to Invalidate an Access Token (JWT)?Access tokens and JSON Web Tokens (JWTs) are widely used in modern web applications as a means of authentication and authorization. An access token is a kind of credential that represents the authorization granted to a client to access a protected re...DiscussMastering OAuth2 and OpenID Connect for Secure Authentication and AuthorizationJWT
FusionAuth teamforFusionAuth Blogfusionauth.hashnode.net·Apr 14, 2023What happens to the tokens after an OAuth Authorization Code grant?At the end of the OAuth Authorization Code grant, after a user presents their credentials at login, a code is returned which can be exchanged for one or more tokens at the token endpoint. These tokens include an access token, an optional refresh toke...Discussoauth
Jan Vlnasjnv.hashnode.net·Apr 11, 2023Twitter API Changes: The missing FAQ for Free & Basic accessLast week, the new Twitter API access tiers were finally announced. Unfortunately, some important details were left out from the announcement, leaving many developers confused and stressed out as the deprecation deadline is getting closer. At Superfa...DiscussTwitter
Engin Diriediri.hashnode.net·Apr 5, 2023Leveraging Pulumi to Incorporate AWS Cognito as an Identity Provider for ArgoCDTL;DR: Le Code: https://github.com/dirien/quick-bites/tree/main/pulumi-cognito-gitops-ui/argocd Introduction In this blog post, I want to show you how to create and use AWS Cognito as an OAuth2 provider for ArgoCD. And this will be all done by usin...Discuss·82 readsPulumi
Emmanuel GautierforCerberAuthemmanuelgautier-1676898909609.hashnode.net·Apr 5, 2023Understanding OpenID Connect and OAuth2 Grant Types: A Comprehensive GuideIn today's digital world, securing web applications and APIs is essential to protect user data and prevent unauthorized access. OAuth2 and OpenID Connect are two popular authentication and authorization protocols that enable secure access to web appl...Discuss·30 readsMastering OAuth2 and OpenID Connect for Secure Authentication and Authorizationoauth
Sharif Elkassedsaleshorse.hashnode.net·Mar 26, 2023Getting a Salesforce access token with PostmanWhy do I need an access token? Access tokens are part of the authentication flow for accessing a resource that lives within Salesforce. Think of it as your way of proving that you are allowed to have access to that resource. For example, let's say ...Discuss·8 likes·38 readsSalesforce
Chinmay Shewalechinmayyy.hashnode.net·Mar 20, 2023How to get started with GitHub REST APIs and Webhooks?GitHub is a popular platform for hosting and collaborating on software projects. In addition to providing a web-based interface for managing repositories and issues, GitHub also offers a powerful API for interacting with your repositories programmati...Discuss·48 readsGitHub