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.
- GitHub: https://github.com/topics/authentication
- Wikipedia: https://en.wikipedia.org/wiki/Authentication
- Last updated: 2026-01-31 00:02:48 UTC
- JSON Representation
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/honorablecon/authserverjwt
Authentification Server based on JWT
authentication hacktoberfest javascript jwt jwt-authentication jwt-token nodejs server severless
Last synced: 18 Mar 2025
https://github.com/axone-protocol/s3-auth-proxy
π‘οΈ S3 auth proxy to the Axone protocol
Last synced: 16 May 2025
https://github.com/alphaolomi/php-auth-simple
A minimal Authenticatiom in PHP
authentication minimal php7 simple
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/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/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/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/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/qwildz/passport-extended
authentication hashids laravel oauth2 passport sso
Last synced: 13 Jan 2026
https://github.com/devmahmud/user-profile-api
A django rest framework project to demonstrate custom user model implementation with login, register, status update and some custom permissions
authentication customusermodel django django-rest-framework python
Last synced: 30 Aug 2025
https://github.com/janakhpon/cmsportfolio
Portfolio is generally built for my resume/portfolio template written on PHP and MYSQL. It has the CRUD functionality to my new projects on Portfolio projects route. Here is a deployed demo for
authentication crud deployment email image mysql php
Last synced: 12 Jun 2025
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/uber5/react-pkce-sample
Sample app demonstrating using OAuth2 PKCE within React
authentication oauth2 pkce react
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/surajmandalcell/firebase-web-google-signin-out-example
Sample page which lets you sign in and out using google account
Last synced: 09 Apr 2025
https://github.com/underfisk/nestjs-better-auth
A nestjs module to integrate better-auth
authentication authorization better-auth jwt nestjs
Last synced: 13 Jun 2025
https://github.com/euclidstellar/auth_app_dart
Authentication App for any android app which include every mode of authentication including email , anonymous , google and phone authentication using firebase
anonymous-authentication authentication firebase-auth firebase-authentication google-authentication
Last synced: 24 Apr 2025
https://github.com/can-kat/python-auth
HWID authentication system in Python compares user's HWID with a list from URL to determine authentication success or failure.
auth authentication authentication-backend authorization protection python-auth python-authentication python-authorizer
Last synced: 12 May 2025
https://github.com/kashifch-eth/ecommerce-website-with-postgres-authentication-based-on-reactjs-and-nodejs
ecommerce website with postgres authentication based on reactjs and nodejs
authentication ecommerce ecommerce-website expressjs nodejs orm-framework postgreesql reactjs
Last synced: 03 Sep 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/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/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/chrislaskey/oauth2_facebook
A Facebook OAuth2 Provider for Elixir
authentication elixir facebook facebook-graph oauth2
Last synced: 19 Apr 2025
https://github.com/thedevdojo/auth-website
This is Auth Website for DevDojo Auth (https://github.com/thedevdojo/auth)
auth authentication laravel login register users
Last synced: 02 Jul 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/fdhhhdjd/learn-nextjs-full-stack-e-commerce
NextJs,Reactjs,MongoDb,...
authentication mongodb next nextjs paypal
Last synced: 16 May 2025
https://github.com/alinnert/go-session-auth-template
A demo app server written in golang that implements cookie session based authentication.
api authentication go server session-cookie
Last synced: 27 Feb 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/ciscodevnet/arduino-duoauthlibrary-esp32
An Arduino Library to simplify the operations of performing Duo Multi-Factor Authentication within your ESP32 Micro Controller project
api-wrapper arduino authentication duo duo-api duo-library esp32
Last synced: 14 Apr 2025
https://github.com/lemon-mint/tiny-auth-service
Multipurpose external authentication server made with Go
auth authentication authorization echo-framework go identity identity-management identity-provider
Last synced: 30 Aug 2025
https://github.com/qlaffont/fastify-auth-prisma
Fastify plugin with Prisma to make simple & secure authentification middleware.
authentication fastify prisma simple typescript
Last synced: 15 May 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/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/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/wendymunyasi/alx-backend-user-data
Backend user data.
algorithms api authentication backend flask python3
Last synced: 12 Apr 2025
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
Last synced: 07 May 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/salrashid123/yubikey
Yubikey based Google Cloud Credentials
authentication golang google-cloud-platform yubikey
Last synced: 12 Jul 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/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/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/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/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/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/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/ahmetulucay/studentappazureadlogin-1.0
ASP.NET Core 6/7 MVC & EF (Code-First), REST, gRPC, Azure AD Autht., Swagger.
aspnet-core authentication azure-ad azure-blob code-first entity-framework grpc http-methods mvc-pattern rest serilog swagger
Last synced: 24 Apr 2025
https://github.com/shopstack-projects/shopstack-security-hmac
Authenticate Shopify requests using the provided HMAC.
authentication hmac security shopify shopify-apps
Last synced: 08 Oct 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/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/randomstate/auth
A framework-agnostic strategy-based approach to authentication for crystal-lang
Last synced: 24 Jan 2026
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/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/decentfox/freeauth-api
Python Authentication and RBAC Solution.
asyncio authentication edgedb fastapi python3 rbac users
Last synced: 11 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/merlinz01/ldapserver
A LDAP server library in Go for custom integrations or full implementations
asn1-ber authentication go integration ldap ldap-library ldap-server ldaps rfc4511
Last synced: 13 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/adrianmjim/nestjs-supabase-js
NestJS Supabase integration
auth authentication database module nestjs postgres storage supabase supabase-auth supabase-db supabase-js supabase-realtime supabase-storage
Last synced: 26 Oct 2025
https://github.com/benevanio/loginsystem
Sistema de LOGIN COM REACT JS, MONGODB,EXPRESS
authentication cors express html-css-javascript interface json-api jwt-authentication jwt-authentication-flow server system system-programming ui-components user-interface ux-design
Last synced: 19 Oct 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/gonzalo-bulnes/rails-5-token-authentication-demo
Demonstrate the Simple Token Authentication usage in a Rails 5 app.
Last synced: 27 Apr 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/mohdali300/e-commerce_webapi
E-Commerce Restful API with .NET 8
api-rest authentication ecommerce stripe
Last synced: 27 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/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/akamai/akamaiopen-edgegrid-perl
This library implements the Akama OPEN Edgegrid Authentication scheme for LWP
Last synced: 07 Oct 2025
https://github.com/zebbern/temp-mail
Python GUI | To generate and manage temp-mails using multiple providers. Designed to help you create, view, and copy temp-mail addresses without losing access mid-session.
authentication gmail mail mail-app mail-client mail-server mail-verification mail-verify python python-mail temp temp-mail temp-mail-api temp-mail-app temp-mail-website verification-code
Last synced: 21 Jan 2026
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/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/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/dethos/django-cryptolock
Authentication using cryptocurrency wallets for Django projects
authentication bitcoin bitid cryptocurrency-tools cryptolock django hacktoberfest monero
Last synced: 06 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/ejhayes/passport-otp
2fa authentication nodejs otp passport passport-js passportjs totp
Last synced: 22 Jan 2026
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
https://github.com/5amu/zeus
Powerful and Fast automated local vulnerability scanner over a remote connection
authentication cvssv3 golang security-automation-framework security-tools vulnerability-scanners
Last synced: 13 Oct 2025
https://github.com/vindecodex/vvillaluna-elearning
NestJS ELearning
authentication authorization casl crud-api nestjs nestjs-backend typeorm typescript
Last synced: 06 Sep 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/quang-pham-dev/int-api-challenge
int-challenge built with nestjs
authentication authorization elas elasticsearch nestjs passportjs redis rest-api swagger
Last synced: 08 Jan 2026
https://github.com/instaclustr/cassandra-java-driver-kerberos
GSS-API authenticator plugin for the Apache Cassandra Java driver
apache apache-cassandra auth authentication authenticator cassandra gssapi-authentication kdc kerberos netapp-public
Last synced: 10 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/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/casbin-rs/rocket-authz
Casbin Rocket access control middleware
abac acl auth authentication authorization casbin casbin-rs middleware permissions rbac rocket rust
Last synced: 18 Oct 2025
https://github.com/willkirkmanm/note-sender-app
A Note Sending App Created with PocketBase & NextJS with Authentication
Last synced: 08 Oct 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/fabbricadigitale/proauth.js
Automagically attach OAuth2's tokens to HTTP requests
auth authentication browser client es2015 oauth2 service-worker session-management token-authetication
Last synced: 14 Jan 2026
https://github.com/lovelesscodes/elysia-better-auth
π¦ Elysia x Better Auth: Seamlessly integrate powerful authentication with Elysia, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. π‘οΈβ¨
authentication back-end better-auth elysiajs
Last synced: 10 Oct 2025
https://github.com/iamspruce/spruce-indielogin
A NodeJs implementation of indieLogin For JavaScript developers
authentication indieweb open-source
Last synced: 11 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/casdoor/casdoor-springcloud-gateway-example
Spring Cloud Gateway example for Casdoor
auth authentication authn casdoor iam spring spring-boot spring-cloud springboot sso
Last synced: 18 Oct 2025
https://github.com/syed007hassan/nestjs-the-complete-developer-guide
This repo includes all the resources provided in NestJs course by Stephen Grinder.
authentication controller-service-repository-pattern decorators dependency-injection dto entity interceptors migration nest-cli nestjs pipes-and-filters postgresql rest-api serilization sqlite swagger-api typeorm typescript
Last synced: 15 Jun 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/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/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/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