Best of AuthorizationMay 2023

  1. 1
    Article
    Avatar of permitioPermit.io·3y

    Send SMS Directly from the Browser (No Backend Code Required!)

    We'll learn how to send SMS directly from the browser using Frontend Only Authorization (FoAz) standard. To authenticate our users in the browser, we'll use Clerk.dev, a frontend-first authentication platform that lets you add authentication to your application in minutes. Let's create a new React app by using Vite.

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

    Introducing FoAz: Frontend-only-Authorization

    FoAz is designed to solve two key problems faced by modern application developers. It allows developers to "slap on permissions" on existing services that don't have an authorization layer yet, require better policy models. FoAz acts as a proxy service that accepts incoming API calls from the frontend.

  3. 3
    Article
    Avatar of medium_jsMedium·3y

    Must Know JavaScript API — Clipboard API

    With the Clipboard API, developers can copy text, images, and other data to the clipboard, as well as read data from the clipboard to perform functions such as copying, cutting, and pasting.