Best of AuthenticationOctober 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Secure Routes in Next.js 13 – Client-Side, Server-Side, and Middleware-Based Protection

    Learn how to protect routes in Next.js 13 using three different methods: client-side, server-side, and middleware-based protection.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Is Next.js 13 + RSC a Good Choice? I Built an App Without Client-Side Javascript to Find Out

    The article discusses the author's experience building a full-stack app using Next.js 13 and React Server Components (RSC). It explores the benefits and challenges of using RSC, server actions, and ZenStack for data access and authorization.

  3. 3
    Article
    Avatar of auth0Auth0·2y

    .NET 8: What's New for Authentication and Authorization

    The release of .NET 8 brings authentication and authorization enhancements such as the new bearer token authentication handler for token-based authentication, Identity API endpoints for user authentication and account management, and simplification in defining custom authorization policies.

  4. 4
    Article
    Avatar of asayerasayer·3y

    Authenticating Vue Apps with Okta

    Discover how to authenticate Vue apps with Okta to enhance data privacy and user experience. Set up Okta, install necessary packages, and build the authentication UI.

  5. 5
    Article
    Avatar of itnextITNEXT·2y

    Adding users to your Supabase project

    The article discusses the importance of user accounts in a Supabase project and provides steps for adding users, connecting a profile table, and implementing row-level security. It also emphasizes the benefits of user engagement and personalized data access in web applications.