Best of AuthenticationDecember 2023

  1. 1
    Article
    Avatar of devtoDEV·2y

    A Year of Self-Hosting: 6 Open-Source Projects That Surprised Me in 2023

    Discover innovative and useful open-source projects from 2023 that have revolutionized app creation, task automation, and machine learning.

  2. 2
    Article
    Avatar of permitioPermit.io·2y

    What is Token-Based Authentication?

    Explore the concept of token-based authentication, including its advantages over sessions, the different types of tokens used, and the mechanics of how it works.

  3. 3
    Article
    Avatar of devtoDEV·2y

    How to manage user authentication With React JS

    Learn how to manage user authentication in React JS with a comprehensive guide covering authorization, authentication, and session management. Set up a React project, build a login component, create authentication logic, protect routes with authorization, and integrate APIs. Improve your understanding of the Context API and React Router for seamless and secure user authentication in React applications.

  4. 4
    Article
    Avatar of snykSnyk·2y

    Top 3 security best practices for handling JWTs

    Ensure the security of your web applications by following the top 3 security best practices for handling JWTs. Keep JWTs secret, validate them properly, and set expiration times to prevent vulnerabilities and breaches. Use tools like Snyk to identify and remediate security issues related to JWTs.

  5. 5
    Article
    Avatar of permitioPermit.io·2y

    12 Open Source Auth Tools That Will Help You Build Better Applications

    Discover top open-source auth projects enhancing application security, including Hanko, Supabase, and OPAL, for robust authentication and authorization.

  6. 6
    Article
    Avatar of asayerasayer·2y

    Mastering Next.js Authentication with Auth0: A Practical Guide

    This article discusses how to add authentication to a Next.js application using Auth0. It covers setting up an Auth0 account, integrating Auth0 with Next.js, implementing authentication, handling authentication callbacks, and adding authorization.

  7. 7
    Article
    Avatar of permitioPermit.io·2y

    Top 5 Access Control Features You Should Implement in 2024

    Top 5 trends in access control for 2024: passkey authentication, fine-grained authorization, policy as code, and more. Get ready to secure your application.

  8. 8
    Article
    Avatar of medium_jsMedium·2y

    Laravel: Easy Two-Factor Authentication with Email and SMS

    Learn how to enable two-factor authentication (2FA) in Laravel using email and SMS. Boost your app's security and protect your users' accounts with this easy step-by-step guide.

  9. 9
    Article
    Avatar of firebase-developersFirebase Developers·2y

    Best practices for authenticating using Firebase

    Learn about the best practices for authenticating using Firebase. Explore options such as anonymous authentication and federated authentication with trusted third-party providers. Discover the benefits of multi-factor authentication for added security.

  10. 10
    Article
    Avatar of codemazeCode Maze·2y

    How to Get an Access Token from HttpContext in ASP.NET Core

    This article explores different ways to get an Access Token from HttpContext in ASP.NET Core. It explains the role of access tokens in maintaining secure communication and outlines the Headers and GetTokenAsync approaches for extracting the access token. It also discusses how access tokens can be accessed from HttpContext in a controller or via middleware. The article concludes by emphasizing best practices and security considerations for handling access tokens.