Best of AuthenticationSeptember 2022

  1. 1
    Article
    Avatar of phProduct Hunt·4y

    Appwrite - 100% open source alternative for Firebase

    Appwrite provides authentication, database, storage, functions, and advanced realtime capabilities.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Authentication vs Authorization – What's the Difference?

    authentication is the process of verifying the credentials a user provides with those stored in a system to prove the user is who they say they are. You only need a single factor to authenticate, with the most common being a password. Authorization can either grant or deny permission to carry out tasks, or access areas of an application.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Implementing user authorization in Next.js

    NextAuth.js is a full-fledged authentication and authorization solution for Next.js designed to work with any OAuth service. To use them in your project, create a file named.env.local in the root of your project directory. This file will contain all the providers that you want to use in your app. Each provider will be configured using the credentials in order for the app to successfully connect with our OAuth identity provider.

  4. 4
    Article
    Avatar of systemweaknessSystem Weakness·4y

    How attackers can bypass 2FA

    There are several ways to implement 2FA: SMS 2FA, Authenticator App, Push-based 2FA and Security Keys. If the service you use to send SMS to users is compromised, your users are also at risk.

  5. 5
    Article
    Avatar of developercomDeveloper.com·4y

    Top 10 Microservices Design Principles

    Microservice architecture is a software architecture pattern where a system is designed as a network of loosely coupled services. This tutorial presents a discussion on some microservices design principles that will serve as guidelines to build scalable, high performance, fault tolerant microservices-based applications.

  6. 6
    Article
    Avatar of pointerPointer·4y

    How Passwordless Works

    Passwordless is a form of authentication that doesn't require users to provide their username during login. WebAuthn is a complex standard with many moving parts, including the FIDO2 specifications. Since they aren't stored in the authenticator, the Relying Party has to send the key handles back. There can be no credential selection without talking to the RP.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Authenticate Your React App with Passport.js

    How to Authenticate Your React App with Passport.js is a major part of any serious React application. There are dozens of authentication solutions to choose from today, many of which come with a price tag. In this tutorial, we take a look at how you can add authentication to your React apps for free using the industry How to Sign Up Users with PassPort.js.

  8. 8
    Article
    Avatar of flutterdevsFlutterDevs·4y

    BioMetric Authentication In Flutter Application

    For BioMetric authentication we need our local database by which we can check the fingerprint. On supported devices, this includes authentication with biometrics such as fingerprint or facial recognition. It supports Android, IOS, <manifest xmlns: android="http://schemas.com/apk/res/android" package. And also learn the importance of local_auth and how many types of Bio-metric are in this package. If I got something wrong? Let me know in the comments.

  9. 9
    Article
    Avatar of pointerPointer·4y

    firstcontributions/first-contributions: 🚀✨ Help beginners to contribute to open source projects

    This project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below. If you don't have git on your machine, install it.