© 2023 Hashnode
#auth0
Introduction Imagine that you are an administrator of a Cumulocity IoT platform with one management tenant and multiple subtenants. Your job is to manage and monitor these tenants. You set up a Data broker to forward the required data from …
There are multiple ways in which we can authenticate a user over the web, few of them are: matching user credentials in the database, delegating responsibility to an external OAuth provider etc. We can extend those similar concepts in Svelt…
Introduction Platformatic DB provides role-based support for authorization. This allows us to restrict access to specific parts of the automatic APIs that Platformatic DB generates for us. We can then…
Hi Folks!!! Hope you all are doing great. I was bumping my head into the desk when I try to figure out a way to pass custom parameters to the auth0 actions. Here's my use case. I want to execute a post-login action that sets a custom pictur…
Introduction As the world moves toward more interconnected and complex web applications, having a secure authentication system that can handle the complex authentication mechanisms required for modern…
As the usage of APIs has grown, so have security concerns surrounding them. It is crucial to safeguard APIs against unauthorized access, hacking, and data breaches. AuthO, a third-party authentication…
Single Page Applications (SPAs) have become increasingly popular over the years, providing users with a seamless and interactive browsing experience. However, they also pose unique security challenges…
“Security is not an afterthought, it should be the foundation of any technology implementation. In the world of Kubernetes, strong authentication is key to ensuring the safety and integrity of your ap…
An Overview Single Sign-On (SSO) is a user authentication method that enables users to access multiple applications and systems with a single set of login credentials. This means that instead of havin…
Blacksheep has built-in authentication and authorization support and allows us to integrate with services like Auth0, Azure Active Directory, Azure Active Directory B2C, or Okta. For this tutorial, we…