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 →
Top 16 TypeScript Login Projects
-
-
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.
-
-
Project mention: 1minDocker #13 - Push, build and dockerize with GitHub Actions | dev.to | 2025-01-23
-
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'
-
-
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-06Depends 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.
-
angular-14-jwt-auth
Angular 14 JWT Authentication & Authorization with Web API and HttpOnly Cookie - Token Based Auth, Router, Forms, HttpClient, BootstrapBootstrap
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
auth-backend
Typescript RESTful backend application template for User Authentication and Authorization. 🔒🔑📨 (by pieroguerrero)
-
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.
-
-
-
-
angular-auth0
Application example built with Angular 14 with authentication using the Auth0 service. (by rodrigokamada)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TypeScript Login discussion
TypeScript Login related posts
-
Passkeys authentication in minutes 🔐🚀 - community feedback much appreciated
-
Error: Unable to resolve action `docker/login-actions@v1`, repository not found
-
Lightning wallet login
-
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.
-
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.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 8 Feb 2025
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 |