TypeScript Login

Open-source TypeScript projects categorized as Login

Top 16 TypeScript Login Projects

  1. buttercup-desktop

    :key: Cross-Platform Passwords & Secrets Vault

    Project mention: Buttercup: The Password Manager You Deserve | news.ycombinator.com | 2024-10-21
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. react-oauth

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

  4. login-action

    GitHub Action to login against a Docker registry

    Project mention: 1minDocker #13 - Push, build and dockerize with GitHub Actions | dev.to | 2025-01-23
  5. login

    Connect to Azure

    Project mention: Implementing Microsoft Entra Certificate-Based Authentication with Playwright | dev.to | 2024-09-18

    import { DefaultAzureCredential } from '@azure/identity'; import { SecretClient } from '@azure/keyvault-secrets'; import { test as base } from '@playwright/test' // DefaultAzureCredential automatically detects and uses the most appropriate authentication method, // including environment variables, managed identities, and OIDC tokens from GitHub Actions. // We recommend OIDC logins via e.g. azure/login: // https://github.com/Azure/login/?tab=readme-ov-file#login-with-openid-connect-oidc-recommended const credential = new DefaultAzureCredential(); const vaultName = ''; const KEYVAULT_URI = `https://${vaultName}.vault.azure.net`; const secretName = ''; const secretClient = new SecretClient(KEYVAULT_URI, credential); export const test = base.extend({ clientCertificates: async ({ }, use) => { const certificateSecret = await secretClient.getSecret(secretName); await use([ { origin: 'https://certauth.login.microsoftonline.com', // Alternatively, if you use e.g. PPE, it's: https://certauth.login.windows-ppe.net pfx: Buffer.from(certificateSecret.value!, 'base64'), // You might need to provide your passphrase here: // passphrase: process.env.SECRET_PASSPHRASE } ]); } }); export { expect } from '@playwright/test'

  6. reactjs-social-login

    Group Hook ReactJS components for login social network

  7. elements

    Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50 (by ory)

    Project mention: Show HN: OSS Auth0 Alternative Ory Kratos Now with Full PassKey Support | news.ycombinator.com | 2024-06-06

    Depends when you last looked at it, but are new version of Ory Elements (https://github.com/ory/elements) is in the works, which will make customising the UI smoother.

  8. angular-14-jwt-auth

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

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. auth-backend

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

  11. angular-amazon-cognito

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

  12. angular-supabase

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

  13. 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.

  14. react-auth0

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

  15. nostr-binding

    connect blockchain with nostr

  16. Passkeys-firebase-ext

    Passkeys for Firebase extension with justpass.me

  17. angular-auth0

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

  18. nostr-auth

    A repo meant to learn and test next-auth usage with nostr apps.

  19. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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 discussion

Log in or Post with

TypeScript Login related posts

  • Passkeys authentication in minutes 🔐🚀 - community feedback much appreciated

    1 project | /r/reactjs | 21 Jun 2023
  • Error: Unable to resolve action `docker/login-actions@v1`, repository not found

    1 project | /r/docker | 29 Dec 2022
  • Lightning wallet login

    2 projects | /r/lightningnetwork | 26 Jul 2022
  • 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.

    1 project | /r/reactjs | 31 May 2022
  • 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.

    2 projects | /r/nextjs | 31 May 2022
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 8 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

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

# Project Stars
1 buttercup-desktop 4,369
2 react-oauth 1,166
3 login-action 1,144
4 login 334
5 reactjs-social-login 176
6 elements 99
7 angular-14-jwt-auth 32
8 auth-backend 32
9 angular-amazon-cognito 19
10 angular-supabase 15
11 next-auth-mui 14
12 react-auth0 6
13 nostr-binding 6
14 Passkeys-firebase-ext 5
15 angular-auth0 1
16 nostr-auth 0

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?