Best of Authentication — February 2024
- 1
- 2
- 3
Robin Wieruch·2y
React Trends in 2024
Exciting trends in React for 2024 include Astro with React, new authentication alternatives, tRPC for full-stack React applications, React Server Components and Next.js, TanStack Router for SPA React, Vercel pushing React on the Edge, bundlers for React, React Compiler, Biome, and headless UI libraries for React.
- 4
Awesome Go·2y
Microservices Authentication and Authorization Using API Gateway
Learn about the challenges of authentication and authorization in a microservices architecture, the benefits of using an API Gateway for access management, and how JSON Web Tokens (JWTs) are used for authentication in microservices.
- 5
- 6
InfoSec Write-ups·2y
Securing the Frontend: A Practical Guide for Developers
This post explores the relationship between frontend development and cybersecurity. It discusses the cybersecurity threats in the frontend, best practices for secure frontend development, and strategies for integrating security into the user experience. Real-world case studies from Google, GitHub, Facebook, Stripe, and Slack are also presented.
- 7
- 8
- 9
asayer·2y
How To: Authentication Middleware in Next.js
This post discusses the challenges encountered with authentication in Next.js and how to address them using middleware. It covers topics such as establishing secure user sessions, enforcing access controls, implementing token-based authentication, and integrating role-based authentication.
- 10
freeCodeCamp·2y
How to Build a Mobile Quiz App with React Native, ChatGPT and Supabase
Learn how to build a mobile quiz app with React Native, ChatGPT, and Supabase. The tutorial covers authentication, database storage, and ranking users based on their scores. Requires basic knowledge of React Native and data fetching in React applications.
- 11
GitGuardian·2y
Top Secrets Management Tools for 2024
This post discusses the importance of secrets management in software development and provides a list of top secrets management tools. It covers the main elements of secrets management, what to look for in a secrets management tool, and highlights several popular tools in the market.
- 12
Laravel News·2y
Protect Routes with JWT Tokens Using This Package for Laravel
Protect Routes with JWT Tokens Using This Package for Laravel makes it easy to generate, consume, and protect routes with JWT tokens in Laravel by providing a JWT facade with helper methods, enforcing a minimal set of claims, and offering HTTP Middleware and Request macro functionality.
- 13
Appwrite·2y
Introducing support for server-side rendering
Appwrite introduces support for server-side rendering (SSR) authentication patterns. It enhances the developer experience when building applications with frameworks like Next.js, SvelteKit, Nuxt, Astro, Remix, and more. Past limitations of Appwrite's authentication system for SSR have been addressed. Sessions can now be created server-side using Appwrite's server SDKs.
- 14
Cerbos·2y
Top 5 identity & access management (IAM) tools for 2024
Explore the top IAM tools for 2024 and how they enhance security and manage user access. Learn about the challenges and benefits of implementing IAM solutions and integrating Cerbos with IAM tools. Discover the potential impact of AI, machine learning, and blockchain on IAM. Stay informed about the latest trends in IAM and learn about Cerbos Hub, a robust authorization management system. Sign up for Cerbos Hub and book a free Policy Workshop with Cerbos.
- 15
- 16
Community Picks·2y
OctopyID/LaraPersonate: Login as a different user quickly
OctopyID/LaraPersonate is an Impersonation package for the Laravel Framework that allows you to easily impersonate other users. This post provides installation instructions, explains how to add the HasImpersonation trait to the User model, and discusses the events available with the package.
- 17
- 18
Community Picks·2y
Securing Your APIs: Verifying API Keys And Using Scopes
This post discusses the importance of securing your APIs and provides information on API authentication, API key verification, centralized and decentralized verification methods, OAuth, and user-based permissions for third-party APIs.
- 19
Hacker News·2y
Release v1.1.0 · ory/kratos
Ory Kratos v1.1 is a major release that introduces new features and improvements, such as phone verification and two-factor authentication, translations and internationalization, native support for Sign in with Google and Apple on Android/iOS, account linking, passwordless login using a magic code, session to JSON Web Token conversion, and more.