TypeScript Login

Open-source TypeScript projects categorized as Login

Top 13 TypeScript Login Projects

  • buttercup-desktop

    :key: Cross-Platform Passwords & Secrets Vault

  • Project mention: Inclusive Finland-based JavaScript community | /r/FinlandJS | 2023-05-03

    I'm a JS/TS developer with 10+ years experience, and have been working on projects across the board in terms of stack: front-end, back-end, mobile (native and React-), desktop and browser extensions. I'm the co-founder of Buttercup, a cross-platform password manager written in Typescript and Javascript. I'm based out of Espoo but commute to Helsinki regularly.

  • react-oauth

    Google OAuth2 using the new Google Identity Services SDK for React 🚀

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • login-action

    GitHub Action to login against a Docker registry

  • Project mention: Dockerize and Deploy a NodeJS Application to Cloud Run with GitHub Actions | dev.to | 2023-10-05

    name: Lint and Dockerize the app on: push: branches: [master] pull_request: branches: [master] env: # Use docker.io for Docker Hub if empty REGISTRY: docker.io # github.repository as / IMAGE_NAME: ${{ github.repository }} jobs: build: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Google Cloud uses: google-github-actions/[email protected] with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} # Login against a Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} # if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} # Extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action #- name: Extract Docker metadata # id: meta # uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 # with: # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image uses: docker/build-push-action@v2 with: context: ./ tags: ${{ secrets.DOCKER_USERNAME }}/magga:latest push: true file: ./Dockerfile - name: Image digest run: echo

  • login

    Connect to Azure

  • reactjs-social-login

    Group Hook ReactJS components for login social network

  • auth-backend

    Typescript RESTful backend application template for User Authentication and Authorization. 🔒🔑📨 (by pieroguerrero)

  • angular-14-jwt-auth

    Angular 14 JWT Authentication & Authorization with Web API and HttpOnly Cookie - Token Based Auth, Router, Forms, HttpClient, BootstrapBootstrap

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • angular-amazon-cognito

    Application example built with Angular 14 with authentication using the Amazon Cognito service.

  • angular-supabase

    Application example built with Angular 15 with authentication using the Supabase service.

  • next-auth-mui

    🔐 Sign-in dialog for NextAuth built with MUI and React. Detects configured OAuth and Email providers and renders buttons or input fields for each respectively. Fully themeable, extensible and customizable to support custom credential flows.

  • react-auth0

    Application example built with React 18 with authentication using the Auth0 service.

  • Passkeys-firebase-ext

    Passkeys for Firebase extension with justpass.me

  • Project mention: Passkeys authentication in minutes 🔐🚀 - community feedback much appreciated | /r/reactjs | 2023-06-21

    Hello all, I am sure lots have heard/read about the new push for passkeys to replace passwords/SMS OTPs. We built a set of solutions and extensions (https://www.justpass.me/) that allows anyone to integrate passkeys into their web/mobile apps in minutes and very few lines of code.

  • angular-auth0

    Application example built with Angular 14 with authentication using the Auth0 service. (by rodrigokamada)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Login related posts

Index

What are some of the best open-source Login projects in TypeScript? This list will help you:

Project Stars
1 buttercup-desktop 4,203
2 react-oauth 956
3 login-action 938
4 login 263
5 reactjs-social-login 155
6 auth-backend 30
7 angular-14-jwt-auth 30
8 angular-amazon-cognito 16
9 angular-supabase 11
10 next-auth-mui 11
11 react-auth0 6
12 Passkeys-firebase-ext 5
13 angular-auth0 1

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com