FMFenil Modiinfenilmodi.hashnode.dev·Aug 12, 2023 · 2 min readHow to use Auth0 to protect your APIsAs 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 and authorization platform, offers an easy way to...00
FMFenil Modiinfenilmodi.hashnode.dev·Jun 2, 2023 · 6 min readAuth0 Authentication with AppwriteFor the longest time, Appwrite has supported an extensive list of external authentication providers to enable our developers to reduce friction for their users and give them the freedom to work with platforms they like. With the recent release of App...00
FMFenil Modiinfenilmodi.hashnode.dev·Mar 7, 2023 · 3 min readLet's begins our Open Source journeyWhat is Open Source? Open source refers to a type of software whose source code is available to the public, allowing anyone to use, modify, and distribute the software without restriction (eg: Appwrite). The open-source model is based on the idea of ...00
FMFenil Modiinfenilmodi.hashnode.dev·Jan 6, 2023 · 5 min readHow to Add Auth0 to Your Next.js ApplicationNext.js is a React framework that allows you to build many types of applications, while allowing you to use techniques like server-side rendering or static site generation. Authentication and Authorization are important features to ensure that users ...00