An open API service indexing awesome lists of open source software.

Authentication

Authentication is the process of determining whether someone or something is, in fact, who or what it says it is. Authentication technology provides access control for systems by checking to see if a userโ€™s credentials match the credentials in a database of authorized users or in a data authentication server.

https://github.com/s-ayanide/mate

Mate is a new age, instant messaging service that also provides optional end-to-end encrypted chats, file sharing, and several other features.

authentication chat firebase react

Last synced: 13 Jun 2025

https://github.com/junzhengca/identity-atheneum

Identity federation and data storage platform for education tools. Powered by MongoDB, Redis and Node.js. Connect using simple REST API.

authentication data-storage node-js saml

Last synced: 11 Jun 2025

https://github.com/passageidentity/passage-flex-rust

Passkey Flex for Rust - Add passkey authentication to your own Rust authentication flows with Passage by 1Password

1password authentication biometrics passage passage-sdk passkey-flex passkeys passwordless rust webauthn

Last synced: 14 Jul 2025

https://github.com/harshsinghvi/golang-fido2-passkeys-api

Password less FIDO2 Passkey API in golang, Passwordless future

api authentication fido2 gin golang gorm password-less-authentication

Last synced: 05 Jul 2025

https://github.com/firesharkstudios/butterfly-auth

Authenticate clients in C# using Butterfly.Db and Butterfly.Web

authentication butterfly csharp

Last synced: 05 Sep 2025

https://github.com/shivam6862/map-my-food

Map My Food is a MERN stack app that showcases nearby restaurants and enables the creation of new ones. Features include authentication, cart, search, support,orders, new restaurant creation, all seamlessly managed with global state management.

authentication food-app global-state-management javascript localstorage mern-stack mongodb new-resturant nodejs order-food reactjs search-food swiggy swiggyclone

Last synced: 12 Oct 2025

https://github.com/mohsen104/oauth-passport-js

This project implements login functionality using GitHub and Google OAuth with Express.js and Passport.js.

authentication backend express-js node-js passport-github passport-google-oauth20

Last synced: 14 Jun 2025

https://github.com/hexxone/telejelly

Telegram Login Widget Authentication Plugin for Jellyfin

authentication jellyfin jellyfin-plugin jellyfin-sso telegram telegram-bot telegram-login-widget

Last synced: 28 Apr 2025

https://github.com/thang2162/react-native-biometric-login

A React-Native module to enable biometric login and securely store a user's credentials using native apis. The user's credentials are encrypted and stored using Keychain on iOS and Encrypted Shared Preferences on Android.

android auth authentication credential-storage encryptedsharedpreferences face fingerprint fingerprint-authentication fingerprint-sensor ios keychain kotlin react react-native swift touch touchid

Last synced: 23 Apr 2025

https://github.com/aviondb/aviondb-firebase

An example using Firebase for AvionDB AccessControl

access-control authentication aviondb email-password firebase orbitdb

Last synced: 04 Apr 2025

https://github.com/merlin04/zauth

An authentication API (JWT) that uses local Unix account credentials

auth authentication hackclub hacker-zephyr jwt nextjs shadow unix

Last synced: 11 Jun 2025

https://github.com/axone-protocol/s3-auth-proxy

๐Ÿ›ก๏ธ S3 auth proxy to the Axone protocol

authentication jwt proxy

Last synced: 16 May 2025

https://github.com/thecodingmontana/lucia-auth-research

This repository contains research on implementing Lucia auth in various projects and applications, including Express, Nuxt.js, and Next.js.

auth authentication authorization expressjs lucia-auth nextjs nuxtjs

Last synced: 14 Apr 2025

https://github.com/wallabag/guzzle-site-authenticator

A plugin for guzzle that authenticates, with credentials, to sites that require it.

authentication guzzle php

Last synced: 03 Jul 2025

https://github.com/muchokidavid/messaging_app

This is a project for creating a chatting app with features such as real-time messaging, user authentication, and more.

authentication authorization database flask full-stack-web-development migrations python reactjs rest-api

Last synced: 12 Apr 2025

https://github.com/republique-et-canton-de-geneve/blockchain-document-validateur

Application d'authentification de document PDF, utilisant la chaรฎne de blocs Ethereum.

authentication blockchain document ethereum geneva geneve go golang proof-of-existence

Last synced: 07 May 2025

https://github.com/khaledsaeed18/express-notes-app-with-typescript-prisma-postgresql

A simple and secure notes app built with Express.js, TypeScript, Prisma ORM, and PostgreSQL. It features JWT-based authentication, bcrypt.js for password hashing, input validation with express-validator, and request rate limiting with express-rate-limit for enhanced security and performance.

authentication backend bcryptjs express-rate-limit express-validator expressjs jsonwebtoken middleware nodejs pagination postgresql-database prisma-orm typescript

Last synced: 19 Apr 2025

https://github.com/salrashid123/yubikey

Yubikey based Google Cloud Credentials

authentication golang google-cloud-platform yubikey

Last synced: 12 Jul 2025

https://github.com/gauravsingh9356/auth-app

Fully functional authentication app with node, express, passport, flash, ejs, bcryptjs

authentication bcryptjs expressjs flash nodejs passportjs

Last synced: 13 Jun 2025

https://github.com/ma-ahmad/rails-authentication-app

Simple Authentication API that can be used with any front-end app like React, Vue, Angular app

api authentication rails

Last synced: 13 Jan 2026

https://github.com/solr-cool/solr-forward-authentication-plugin

A simple forward authentication plugin for Solr

authentication search solr solr-plugin

Last synced: 14 Jan 2026

https://github.com/authenticus/auth-backend-laravel

The Laravel backend for the Authenticus auth boilerplate. Authenticus is the ULTIMATE lightweight Auth for your Laravel + SPA / SSR Application, having email authentication with secure JWT and Social oAuth using Laravel Passport+Socialite (for Facebook, Google, Linkedin, Twitter, etc).

api auth authentication axios boilerplate javascript js jwt laravel nuxt passport php socialite spa token vue vue-cli vue-router vuejs vuex

Last synced: 02 May 2025

https://github.com/zntrio/anvil

Forge "no password on the wire" authentication challenges.

authentication blake2s challenge ed25519 golang golang-library hkdf jwt pbkdf scrypt snappy token zero-knowledge

Last synced: 12 Jan 2026

https://github.com/jcf/oauth-one

OAuth 1.0 client in Clojure

authentication clojure oauth oauth-client twitter

Last synced: 05 May 2025

https://github.com/techsavvyash/oidc-lite

Lightweight OIDC based auth service in NestJS

authentication oauth2 oidc

Last synced: 07 May 2025

https://github.com/vincezk/logon

An identification management solution using JOR, Angular, Express, Passport and Redis

angular authentication express logon-page nodejs passport sign-in

Last synced: 21 Jun 2025

https://github.com/kathleenwest/webapibasicauthenticationdemo

This project presents a Visual Studio solution including a simple demo ASP.Net Web API Basic Authentication Service Application and a โ€œTesterโ€ Client (Windows Form Application) that allows the user to test the Web API with CRUD operations (GET, POST, PUT, DELETE) that service design requires authentication (except the Get). In addition to demonstrating standard CRUD capabilities, the Web API service implements a .Net Memory Cache (MemoryCache) and custom username and password validator. Passwords are stored securely using Password-Based Key Derivation Function PBKD cryptology. The client โ€œtesterโ€ windows form application is not intended as a UX/UI demo but used to test and verify that the backend authentication service allows the user to register with a username and password and verify the Web API CRUD functions based on basic authentication scheme. Lastly, the project is shown in the demo section with a video and screen captures. Note: Every Web API Authentication service should use secure transport. For brevity, this demo project does not implement or discuss the complicated detail nature of SSL/TLS.

asp-net-web-api authentication authenticator basic-authentication credential-management-api credential-manager credential-registry credential-storage crud crud-application cryptology csharp csharp-code memorycache message-handler pbdk registration username-password web-api webapi

Last synced: 19 Apr 2025

https://github.com/hilliamt/node-auth-imperial

A Promise-based NodeJS authentication method for Imperial College student accounts

authentication imperial-college-london nodejs

Last synced: 13 Jun 2025

https://github.com/makis-san/electron-mc-auth

Display an electronJs window to authenticate Minecraft accounts through Xbox Live.

auth authentication electronjs mclc microsoft minecraft oauth xbox xbox-live xbox-live-oauth

Last synced: 28 Oct 2025

https://github.com/ericlondon/rails5-react-token-auth

Rails5 React Token Auth via Knock gem

authentication knock rails5 react token

Last synced: 03 May 2025

https://github.com/elliotalien/node-project

A full-stack web application for managing employee information with image upload capabilities using Cloudinary.

authentication css ejs ejs-templates elliotalien expressjs html javascript mongodb nodejs otp vercel-deployment

Last synced: 15 Apr 2025

https://github.com/uber5/react-pkce-sample

Sample app demonstrating using OAuth2 PKCE within React

authentication oauth2 pkce react

Last synced: 23 Apr 2025

https://github.com/pktharindu/laravel-api-boilerplate

API boilerplate built with Laravel Sanctum and Laravel Fortify.

api authentication boilerplate fortify hacktoberfest laravel restful-api sanctum

Last synced: 25 Jul 2025

https://github.com/cloudflare/privacypass-config

Development and deployment CLI for Cloudflare Privacy Pass implementation

authentication cli cryptography privacy-pass token typescript

Last synced: 20 Oct 2025

https://github.com/PerfectlySoft/Perfect-Turnstile-SQLite

An SQLite ORM single-package integration for Turnstile authentication.

authentication perfect server-side-swift sqlite sqlite-orm sqlite3 swift turnstile

Last synced: 11 May 2025

https://github.com/ibra4/api-key

Laravel package provides a simple API key authentication mechanism for your Laravel applications. It allows you to protect your API endpoints by validating API keys sent with each request

api-key authentication laravel php

Last synced: 14 Jan 2026

https://github.com/rollerworks/split-token

Split Tokens: Token-Based Authentication Protocol without Side-Channels

authentication crypto php rollerworks security sodium split-token token

Last synced: 15 Apr 2025

https://github.com/buttercup/signing

Signing and verification tools for Buttercup archives

authentication buttercup signing verification

Last synced: 04 Jul 2025

https://github.com/surajmandalcell/firebase-web-google-signin-out-example

Sample page which lets you sign in and out using google account

authentication firebase web

Last synced: 09 Apr 2025

https://github.com/josephl27/qubix-otp-bot-one-time-password-verification-bank-paypal-bypass-2-fa

This repository features the Qubix OTP Bot, designed to handle one-time password verifications for banking, PayPal, and 2FA systems. It provides tools for bypassing OTP processes, ensuring streamlined and efficient verifications.

authentication bank bypass-2fa one-time-password otp otp-applications otp-bot otp-bypass otp-generator otp-library otp-service otp-verification otpauth otpbot otpbypass paypal security sms-bot two-factor-auth verification

Last synced: 06 Aug 2025

https://github.com/nickscha/servlet-auth

A simplistic servlet example project for programmatic authentication

authentication jsf sample-app sample-code servlet webapp

Last synced: 31 Mar 2025

https://github.com/openwms/org.openwms.core.uaa

OpenWMS CORE Multi-tenant aware UAA service

authentication openwms spring-boot spring-cloud

Last synced: 26 Oct 2025

https://github.com/alexisbg/ssh-agent-add-id

A wrapper for ssh-add that checks whether a key has already been added to the SSH agent.

authentication ci gitbucket github gitlab ssh-add ssh-agent vscode vscode-remote wsl

Last synced: 26 Oct 2025

https://github.com/nash403/passport-anonym-uuid

Anonymous authentication strategy for Passport that supply an uuid.

anonymous authentication nodejs passport passport-anonym-uuid strategy uuid

Last synced: 26 Oct 2025

https://github.com/luke-guan/aws-cognito-react-ui

AWS Cognito React UI is a react (web) package that allows designers to customize the UX to work with AWS Cognito. Build upon aws-cognito-core-ui.

authentication aws aws-amplify cognito hooks react typescript ui

Last synced: 26 Oct 2025

https://github.com/ankitsharma-007/facebook-authentication-with-server-side-blazor

How to implement authentication and authorization using Facebook in a server-side Blazor application

ankit-sharma article asp-net-core authentication authorization blazor facebook-au server-side-bla visual-studio

Last synced: 26 Oct 2025

https://github.com/yerkopalma/sapper-auth-template

Sapper template with the addition of mongodb through mongoose and passport for user authentication.

authentication sapper template

Last synced: 11 Apr 2025

https://github.com/erenyeager101/wellness_linkhub

Wellness LinkHub is a hospital management system developed using Django. It aims to streamline and manage various hospital operations effectively.The ultimate hospital portal for healthcare services.

authentication css django healthcare html5 python

Last synced: 06 Sep 2025

https://github.com/jaddison/django-simple-socialauth

Django social account authentication app based on requests-oauthlib.

authentication django login oauth oauth1 oauth2 registration simple social

Last synced: 26 Oct 2025

https://github.com/porech/pkcs11-web-proxy

A very simple reverse proxy that listens for plain HTTP requests and sends them to an upstream server with TLS client authentication from a PCKS#11 device (like a smart card).

authentication pkcs11 smart-card

Last synced: 14 Jun 2025

https://github.com/toilal/auth-toolbox

The developer toolbox for HTTP Client Authentication.

adapters authentication axios client http interceptors jwt oauth2 openid

Last synced: 05 Jul 2025

https://github.com/tooniez/aspcore.reacttemplate

A ready-to-use boilerplate for React frontend applications written in TypeScript with ASP.NET Core API Backend in CSharp/Dotnet8.

aspnetcore authentication csharp dotnet framer-motion mvc-architecture react typescript vite

Last synced: 24 Oct 2025

https://github.com/openra/openrauseraccounts

Connect phpBB forum accounts to OpenRA installations

authentication openra phpbb-extension

Last synced: 28 Apr 2025

https://github.com/nuxed/crypto

The Nuxed Crypto component provides a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.

argon2 authentication constant-time cryptography cryptography-library curve25519 digital-signature ed25519 encryption hack hacklang hhvm libsodium misuse-resistant nuxed password-hashing poly1305 x25519 xsalsa20

Last synced: 30 Jan 2026

https://github.com/bravorod/bookcompany

Full-stack PWA media library with Firebase & GraphQL: SSR/SSG, offline caching, real-time Firestore sync, OAuth2 SSO, NgRx state, dynamic theming, NYT integration, CI/CD pipelines, E2E Tests, and Sentry error tracking

angular authentication backend cloud-native content-platform deployment e2e-tests firebase frontend fullstack google-cloud javascript material-ui media-library ngrx pwa responsive-design rest-api typescript webapp

Last synced: 07 Feb 2026

https://github.com/yansenlei/verdaccio-delegated-auth

๐Ÿ“ฆ๐Ÿ” verdaccio(sinopia) authentication plugin that delegates authentication to another HTTP URL

authentication sinopia verdaccio

Last synced: 27 Oct 2025

https://github.com/shouya/cant_cant_cant

Role-based authentication on controller actions, centrally configured

authentication permissions rails rubygems

Last synced: 28 Apr 2025

https://github.com/mohdali300/e-commerce_webapi

E-Commerce Restful API with .NET 8

api-rest authentication ecommerce stripe

Last synced: 27 Oct 2025

https://github.com/nurislam03/mern_graphql_paypal

A simple project using MERN stack with GraphQL. Aimed to explore PayPal integration as a payment method.

authentication graphql mern mongodb nodejs payment-integration paypal reactjs

Last synced: 25 Apr 2025

https://github.com/perfectlysoft/perfect-turnstile-postgresql

A PostgreSQL ORM single-package integration for Turnstile authentication.

authentication perfect postgresql postgresql-orm server-side-swift swift turnstile

Last synced: 05 Jul 2025

https://github.com/jonathandey/oc-jd-ghostuser

An OctoberCMS Plugin for Ghosting in to front-end user accounts

authentication ghosting login octobercms octobercms-plugin php users

Last synced: 28 Feb 2025

https://github.com/pryv/app-web-auth3

Vuejs implementation of authorization web app

authentication consent login management password reset

Last synced: 05 Feb 2026

https://github.com/siberaindustries/odata.client.manager

OData client manager library which uses the IODataClient implementation of Simple.OData.Client to communicate with OData APIs and handles OIDC authentication as well as request versioning requirements on top.

api authentication csharp netstandard odata rest versioning

Last synced: 18 Oct 2025

https://github.com/nuid/credential

Cross-platform credential interface

authentication clj cljc cljs clojure clojurescript

Last synced: 09 Apr 2025

https://github.com/city-of-helsinki/django-helusers

Django app for City of Helsinki user infrastructure

authentication django oidc-client

Last synced: 18 Oct 2025

https://github.com/conorluddy/residents

๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ Open source boilerplate template for new Express API projects. Provides deep Users infrastructure with RBAC etc. Postgres with Drizzle ORM, JWT and PassportJs for auth ๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ

api authentication authentication-backend authentication-middleware backend-api boilerplate docker drizzle-orm express express-5 expressjs jest jwt node open-source postgres residents rest-api user-authentication user-management

Last synced: 17 Oct 2025

https://github.com/jsdream/mongoose-advanced-encryption

Mongoose plugin for document fields encryption and authentication preserving ability to query for encrypted fields.

aes-256 authentication encrypted-fields encryption mongodb mongoose mongoose-plugin

Last synced: 27 Oct 2025

https://github.com/maykinmedia/mozilla-django-oidc-db

Database-backed settings for mozilla-django-oidc, with modified unique identifiers for users

authentication django oidc

Last synced: 26 Apr 2025

https://github.com/gonzalo-bulnes/rails-5-token-authentication-demo

Demonstrate the Simple Token Authentication usage in a Rails 5 app.

api authentication demo rails

Last synced: 27 Apr 2025

https://github.com/kevinamayi/savelvue

Laravel 9.0 APIs Sanctum Authentication scaffold build with Sentinel( A Package for Authentication and Authorization), and VueJS

authentication authorization laravel mysql pinia sanctum sentinel tailwindscss vuejs

Last synced: 17 Oct 2025

https://github.com/abdalrahman-alhamod/medhub-mobile

๐Ÿ“ฑ Flutter-based mobile app for efficient pharmaceutical management. Enables seamless communication between pharmacists and warehouse owners. Features include secure authentication, medicine browsing, order tracking, and multi-language support. Powered by Flutter and Laravel.

api authentication cross-platform dart favorite-list flutter healthcare medicine-management mobile-app mobile-development multi-language-support notifications open-source order-management pharmacy restful-api sales-tracking search-functionality software-development user-interface

Last synced: 16 Jun 2025

https://github.com/jyzib/node-easy-auth-npm

This npm package provides functionalities for user registration, OTP verification, user login, token verification, and user logout using Express.js and Mongoose for MongoDB integration.

authentication cookie-parser expressjs jsonwebtoken mongodb nodejs nodemailer

Last synced: 16 Oct 2025

https://github.com/randomstate/auth

A framework-agnostic strategy-based approach to authentication for crystal-lang

authentication crystal

Last synced: 24 Jan 2026

https://github.com/jshawl/proof.im

Zero-Trust Signature Based Proof of Identity

authentication cryptography digital-signature ed25519 identity minisign signature ssh-key

Last synced: 15 Oct 2025

https://github.com/natanaelvich/app-auth-supabase-example

React Native User Management example with Expo and Supbase

authentication expo react-native supabase

Last synced: 15 Oct 2025

https://github.com/cosmos-sajal/magic-link

:inbox_tray: Forgot the password? Too lazy to reset? Now, just request a link to be sent to your validated email id. Click it and get access to your account again. No need to remember or store passwords anymore. Go password less!

authentication magic-link magic-links passwordless-authentication passwordless-login

Last synced: 15 Oct 2025

https://github.com/fschick/authentication.onetimetoken

ASP.NET Core authentication scheme for one-time access tokens to support file download via direct link for protected resources

asp-net-core authentication authorization csharp token

Last synced: 14 Oct 2025

https://github.com/decentfox/freeauth-api

Python Authentication and RBAC Solution.

asyncio authentication edgedb fastapi python3 rbac users

Last synced: 11 Oct 2025

https://github.com/alphamarket/rails-acu

ACU is the acronym for Access Control Unit, and it's designed to give the 100% control over permissions on multiple levels of rails application's structure.

authentication gem rails rails5

Last synced: 11 Nov 2025

https://github.com/cjpatoilo/openfb

Facebook integration in JavaScript apps running in the browser and in Cordova.

auth authenticate authentication cordova facebook fb login oauth openfb webview

Last synced: 12 Dec 2025

https://github.com/nicholasdille/docker-auth-proxy

This container image provides a reverse proxy based on nginx to publish the Docker daemon on 2376/TCP using certificate authentication

authentication certificates container docker nginx reverse-proxy

Last synced: 20 Oct 2025

https://github.com/khandakar227/user-authentication-system

Secured user authentication system using mongodb, express.

authentication express mongodb reset-password verify-email

Last synced: 27 Jan 2026