David ClintonforfreeCodeCampfreecodecamp.org·Jan 23, 2025How to Use Keycloak for Identity and Access ManagementWhether your deployment requires logins from hundreds of thousands of end users or just a few remote admins, there's no escaping the need to properly control access to your infrastructure. And integrating those logins with industry-standard tools lik...authentication
Tiger Abroditigerabrodi.blog·Jan 22, 2025How to implement authentication with React and ConvexIntroduction In my last side project, I built a note taking app inspired by Apple Notes. I used Convex for my backend. For authentication, I used Convex Auth. I recommend going through the documentation of Convex Auth and reading this post along the...84 readsauthentication
Aryan Khuranaaryank1511.hashnode.dev·Jan 22, 2025Protecting Your FastAPI Routes Using Auth0Hello everyone! In this blog, I will guide you through protecting your FastAPI routes using Auth0. This guide is structured so you can follow it step by step from scratch and get authentication up and running. Let’s dive in! Step 1: Setting Up Your F...FastAPI
Kevin Kimanikimanikevin.hashnode.dev·Jan 22, 2025Securing Your NestJS Application with TOTP 2FASecuring user accounts is a critical aspect of any modern web application. Two-factor authentication (2FA) is an effective way to enhance security by requiring users to provide two forms of identification; typically a password and a second factor lik...nestjs
pomelopomelog.hashnode.dev·Jan 21, 2025[유니티/Unity] Firebase를 통해 Google 로그인 구현하기 - 1. 환경 설정🎉 Firebase 프로젝트 생성 Firebase를 사용 하기 위해 프로젝트를 추가해줘야 합니다. 아래 순서에 따라 프로젝트를 생성해주세요. Firebase Console에 접속하여 프로젝트 만들기 프로젝트 이름 입력 애널리틱스 사용 설정 (당장 사용할 내용이 아니라면 비활성화 해주셔도 됩니다.) 잠시 후 프로젝트가 생성된 것 확인 🗃️ Unity 앱에 Firebase 구성파일 추가 추가된 프로젝트의 메인화면(프로...파이어베이스
Dev Shekhawatdevcodesthings.hashnode.dev·Jan 20, 2025What is OAuth.Despite eight years of web development experience, I recently encountered a humbling moment that many developers can relate to. While implementing Supabase authentication in a Next.js application, I found myself stumbling over terms like PKCE, code c...10 likes·26 readsWeb Development
khushnumakushnuma.hashnode.dev·Jan 21, 2025The Role of Authentication and Authorization for Full Stack DevelopersIn the world of web development, ensuring that only the right users access certain resources is essential. This is where authentication and authorization come into play. For full-stack developers, understanding the differences between the two and how...authentication
Mahad Ahmedblog.mahad.dev·Jan 20, 2025It's Simple to Build Your Own Email/Password Authentication REST API (Express.js)This is based on a previous blog post using Golang, so anyone that is interested how to do this in Go, please check it here Sometimes, building your own authentication REST API sounds scary but in this post, I'll show you how it's done using Node.js ...Node.js
xpl0itm4sterxpl0itm4ster.hashnode.dev·Jan 19, 2025Autenticación - Autorización de sitios webAutenticación Es el proceso de verificación de usuarios o sistemas que intentan ingresar al sistema, su objetivo principal es asegurarse que usuarios legítimos puedan acceder a data sensible o funcionalidades, en una aplicación web su objetivo es est...authentication
kashaf alirefreshandaccesstokens.hashnode.dev·Jan 19, 2025Understanding Refresh Tokens and Access TokensIn the world of web applications and APIs, authentication and authorization mechanisms play a crucial role in ensuring secure interactions between users and systems. Two essential components in these mechanisms are Access Tokens and Refresh Tokens. L...access-token