Best of OAuth2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Authenticate a User with Face Recognition in React.js

    In this tutorial, we'll discuss different authentication techniques you can use to authenticate users. These include email-password authentication, phone auth, OAuth, passwordless magic links, and at last facial authentication. We'll also build a project that teaches you how to integrate facial recognition-based authentication in your React web application Magic link authentication Magic links.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP34: Session, cookie, JWT, token, SSO, and OAuth

    The Black Friday sale is now up! Use code BF2022 at checkout for 30% off my system design interview online course. This week’s system design refresher: System design interview course (Black Friday Sale) Token, Cookie, Session What is CDN?

  3. 3
    Article
    Avatar of pointerPointer·4y

    public-apis/public-apis: A collective list of free APIs

    Azure DevOps basic components of a REST API request/response pair. API to read, write, and format Google Sheets. Google Slides API to write, format and read Google Docs documents. Google's mobile application development platform that helps build, improve, and grow app.

  4. 4
    Article
    Avatar of phProduct Hunt·4y

    github-pewpew - Pew pew needless GitHub repos! Clean up your repos via CLI

    This little CLI tool cleans up repositories quickly. You can choose multiple repositories and delete them blazing fast. It uses GitHub OAuth, and it's open-source. It's free to download and use, and you can use it with any of your existing GitHub accounts. The tool is available on GitHub for free.

  5. 5
    Article
    Avatar of communityCommunity Picks·4y

    Creating a Twitter bot in Python using Twitter APIv2

    The bot replies whenever someone mentions the bot, using the same text but capitalized. After the bot's success, many people asked how they can also create a twitter by themselves. You can add more features to the bot my adding "Keywords", just like how @poet_this works on twitter.

  6. 6
    Article
    Avatar of codemagiccodemagic·4y

    How to build a Chrome extension with Flutter Web

    Google Chrome extensions are small programs that extend Chrome’s functionality. Google Chrome has a standardized API through which extensions can perform various tasks. In this tutorial, we are going to learn how to make a Chrome extension using Flutter Web. To add a background script to a Flutter Chrome extension, add a new file background script and add an explicit width and height to the index. The background script needs explicit permission to run in the browser.

  7. 7
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·3y

    Flutter Programming and Security Vulnerabilities

    Flutter is an open-source mobile application development framework created by Google. It is used to build natively compiled applications for mobile, web, and desktop from a single codebase. As with any software, it is important to keep Flutter up to date in order to address any vulnerabilities.

  8. 8
    Article
    Avatar of newstackThe New Stack·3y

    5 Software Security Goals All CTOs Should Prioritize

    When software is developed with security gaps, there is a risk that it can be exploited by cyberattacks. A design with a good separation of concerns will perform well, keep the application security code simple and ensure that security behavior is easy to extend. A zero trust architecture should be used to protect against both external and internal threats.

  9. 9
    Article
    Avatar of communityCommunity Picks·4y

    Create a Twitter Bot With Python Using the Twitter API

    A couple of weeks ago (before all of Elon's horrible decisions and takeover) I set out to make a Twitter bot and quickly found out that a lot of tutorials out there contain outdated information. So, pour yourself some tea and put on some lo-fi, and let’s create a bot! Match the rest of the settings to the following screenshots.

  10. 10
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·4y

    Introducing Bedrock - An Authentication Library for Deno

    Bedrock is a strategy-based authentication library built in TypeScript for developers to import easy-to-use middleware. Designed to be the bedrock of your user sign-in experience, it boasts a suite of OAuth providers and a local authentication strategy that provides MFA through SMS text message, email, and TOTP apps.