Muhammad Adeelauthentication-explain.hashnode.dev·Dec 19, 2024Authentication and its typesLet's dive into the concept of authentication, breaking it down into simple terms so you can understand it thoroughly. Authentication plays a vital role in ensuring security, especially when working with applications that require user verification, s...1 likeauthentication
Juliet Ofoegbujulietofoegbu.hashnode.dev·Dec 19, 2024A Developer's Take on Cerbos: The Smarter Way to Handle AuthorizationAuthentication combined with authorization forms the backbone of application security and secure access control, with authorization ensuring that users can only access what they are allowed to. For many developers, implementing authorization is compl...authorization
Anubhav Singhblog.anubhavsingh.dev·Dec 16, 2024Authentication vs. Authorization: What’s the Difference and Why It MattersWhen it comes to online security, two terms you’ve probably heard a lot are authentication and authorization. These concepts often go hand in hand, but they’re not the same thing. Understanding the difference between them is important—not just for te...authentication
Sarvesh Bajajsarveshbajaj.hashnode.dev·Dec 15, 2024A Developer's Guide to JWT: Understanding and Implementing Secure AuthenticationIn the evolving landscape of web development, authentication and authorization are critical to building secure systems. JSON Web Tokens (JWTs) have emerged as a powerful mechanism for ensuring stateless, scalable, and secure user authentication. In t...27 readsJWT
Dharm Joshidharmjoshi.hashnode.dev·Dec 14, 2024Cerbos:- Authorization-as-a-ServiceIntroduction Software development is more about thinking of unique solutions for solving greater problems in this modern era. Times were gone, when one has to think about the syntax or the implementation of code in any one programming language. This...authorization
caner demircicanerdemirciblog.hashnode.dev·Dec 10, 2024How to Set Up NextAuth.js with NextJS 14, App Router, and Typescript1.) Puth these in .env.local file NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="DwyqlAMSV********JhaUxW+RtnFuOpdB9LU=". GOOGLE_ID="********" GOOGLE_SECRET="********" GITHUB_ID="*******" GITHUB_SECRET="*******" 2.) Create src/app/api/auth/[…...Next.js
John GambleforPangea Blogpangea.cloud·Dec 5, 2024Permissions don’t persist in AI apps and that’s a big problemI’ve spent many weeks on the road this past quarter speaking to teams all over the country about their AI product initiatives and I am struck by a particular challenge I’ve heard repeatedly expressed: when developing retrieval-augmented generation (R...29 readsauthorization
Anton Ernstv4tech.hashnode.dev·Nov 27, 2024Authentication: Architecture and Security – MicroTube Part IRecently I finished the MVP of one of my big projects - MicroTube (aka mini Youtube). The project turned out to be quite complex, with many parts such as authentication, video processing, search, reactions, comments, etc. So I thought it would be int...240 readsauthentication
ObumforfreeCodeCampfreecodecamp.org·Nov 22, 2024How to Implement RBAC in a Community Dashboard with NuxtRole Based Access Control (RBAC) is a useful authorization model for users with different access levels, such as those in a community dashboard. In this article, you’ll learn how to integrate this type of authorization with Permit.io in Nuxt. Table o...authorization
Roshan Shrestharosan-shrestha.com.np·Nov 13, 2024Authentication vs. AuthorizationIntroduction: Authentication and Authorization are two critical terms that form the backbone of security on the internet. Together, they help protect our personal information, prevent unauthorized access, and ensure that only trusted users can access...3 likes·59 readsOAuthoauth