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/sarsbars/dev-guide-auth0

Guide to customize Auth0 login forms with dashboard, Liquid templates, Classic Login, or API. Includes pros, cons, and steps. By Ashedzi Solomon & Sarah Mitchell

auth auth0 auth0-api auth0-management-api authentication authorization liquid liquid-templates login login-form login-page login-page-design login-page-ui login-pages login-ui management-api postman postman-api

Last synced: 18 May 2026

https://github.com/andrecaiado/spring-boot-oauth2-keycloak

A Spring Boot demo project that provides authentication and authorization through a Keycloak server

authentication authorization docker docker-compose iam keycloak oauth2 spring-boot

Last synced: 12 Apr 2026

https://github.com/michallesss/api-authentication

rest api with user authentication (register and login)

api authentication nodejs rest-api

Last synced: 24 Aug 2025

https://github.com/lucasdasilva96/the-wild-oasis

This full-stack booking-system app, powered by Supabase on the backend, is a feature-rich and user-friendly solution for hotel management

api authentication booking javascript react supabase

Last synced: 12 Apr 2026

https://github.com/matterhorn-studios/reactfbauth

A simple ReactJS package ment to make ReactJS/NextJS Firebase authentication easy.

authentication firebase firebase-auth nextjs react typescript

Last synced: 12 Apr 2026

https://github.com/somenath203/jobs-api

Click below to test out the API yourself

authentication expressjs jobs jwt mongodb nodejs render swagger-ui

Last synced: 12 Apr 2026

https://github.com/rezafarazi/asp_auth

Authentication User In Asp.net

asp-net asp-net-mvc authentication csharp website

Last synced: 25 Mar 2025

https://github.com/opserva-io/auth-js

Authentication and authorization frontend, written in JavaScript using React

authentication authorization react reactjs vite vitejs yarn yarn2

Last synced: 12 Apr 2026

https://github.com/tcrouch/omniauth-wonde

OmniAuth strategy for Wonde

authentication edtech oauth2 omniauth ruby wonde

Last synced: 09 Apr 2025

https://github.com/curityio/account-linking-recipes

How to link account records together, then use a consistent access token identity in calls to APIs

account-linking authentication authentication-action oauth2 openid-connect passkeys use-case

Last synced: 25 Mar 2025

https://github.com/moosaharoon6/auth-with-fierbase

Authentication Boilerplate with Next.js, Tailwind CSS, and Firebase 🔒 A modern authentication boilerplate featuring: Frontend: Next.js, React, Tailwind CSS, DaisyUI. Backend: Firebase with secure sign-up, login, and email verification. Clean structure, reusable components, and responsive design for fast development.

authentication dais database login nextjs reactjs signup tailwindcss

Last synced: 11 Mar 2025

https://github.com/dreyydk/authify

Authify is an advanced, 100% open-source authentication API designed for Node.js developers looking for a faster and easier way to implement a complete authentication system in their web applications.

authentication expressjs mongodb nodejs

Last synced: 13 Apr 2026

https://github.com/mittalbhavya/slack-gdsc-mycut

Discover the GDSC Slack App, a React-based web application designed to seamlessly integrate with Slack. This app provides users with an intuitive interface to interact with Slack functionalities, offering features like user authentication, sign-in, and sign-up capabilities. Built with Node.js and Express for the backend, and utilizing OAuth 2.0

authentication backend express frontend integration nodejs react webdevelopment

Last synced: 13 Apr 2026

https://github.com/parmilan1998/secure-auth-platform

A secure full-stack authentication platform built with Express, MongoDB, and TypeScript backend, and React + Tailwind CSS frontend. Features JWT auth, refresh tokens, email verification, and password recovery.

access-token authentication authorization cookie express forgot-password mongodb nodejs react refresh-token reset-password tailwindcss typescript verify-email

Last synced: 05 Apr 2026

https://github.com/tienan92it/nextjs-auth

This is a custom from nextauth

authentication nextjs

Last synced: 13 Apr 2026

https://github.com/phcdevworksarchives/phcdevworks_accounts_auth0

PHCDevworks' Rails 7 engine simplifies user account management with secure and scalable Auth0 authentication. Customize and build better apps faster with our easy-to-use engine. Streamline your app development process and enhance security with PHCDevworks Opensource.

auth0 authentication bradpotts phcdevworks

Last synced: 03 May 2026

https://github.com/thanhluanuit/devise-in-rails

Authentication with Devise in Rails

authentication devise rails

Last synced: 13 Apr 2026

https://github.com/hanez/chkpwd

chkpwd is a program that checks the validity of a users password on a UNIX / PAM-based system. (mirror from: https://git.xw3.org/hanez/chkpwd)

authentication cgi checkpassword checkpw chkpwd linux pam passwd password shadow shell unix

Last synced: 14 Jun 2025

https://github.com/tderflinger/login-daal

Login Daal is an end-to-end login solution for web applications.

authentication bootstrap bootstrapvue javascript login mock vue

Last synced: 13 Apr 2026

https://github.com/kathleenwest/article-cms-azure-demo-project

Deploy an Article CMS to Azure Cloud Developer - A simple Content Management System (CMS) for articles, where a user can log in, view published articles, and publish new articles.

authentication azure azure-authentication azure-sql-database azure-sql-server azure-storage cloud cms content-management-system demo flask-webapp logging oauth2 python python-logging python-web-application udacity udacity-cloud-developer-nanodegree udacity-cloud-nanodegree udacity-nanodegree

Last synced: 06 Jul 2025

https://github.com/mdazlaanzubair/contact-app-api

A Contact List MERN application protected with JWT authentication system.

authentication contact crud express javascript jwt list mongo node open source

Last synced: 13 Apr 2026

https://github.com/filippopaganelli/rehtracker_mobile-app

(mobile app) - RehTracker is my Master's thesis project at SDU, Odense, DK.

android-app authentication ble bluetooth-low-energy cross-platform dart flutter flutter-app http web-api

Last synced: 10 May 2026

https://github.com/center-key/grails-security-plugin

Straightforward security you can understand

authentication grails grails-plugin groovy security

Last synced: 01 Apr 2025

https://github.com/kathleenwest/wcfauthenticationdemo

This project presents a Visual Studio solution including a simple demo WCF Authentication Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the user registration, login, logout, and service operations. In addition to demonstrating standard authentication capabilities, the WCF service implements a custom username and password validator pattern. Passwords are stored securely using Password-Based Key Derivation Function PBKD cryptology of which the implementation is discussed. A custom error handler ensures that exceptions are properly wrapped into WCF Faults and communicated to the client caller. Certificates are discussed along with how to implement a server certificate on a client machine for development testing of “integrity” and application trust. The project includes a demo certificate and script for generating self-signed dev certificates, which must be installed into the client certificate store for the client tester application to trust and access the demo service. 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 registration, login, logout, service operations, and callbacks are working as expected and sending proper WCF fault messages. Lastly, the project is shown in the demo section with a video and screen captures.

authentication certificate certificate-generation cryptology csharp custom-validation custom-validators error-handling password-hash password-safety password-store pbdk security service wcf wcf-bindings wcf-client wcf-service wcf-service-client-demo windows-communication-foundation

Last synced: 17 Oct 2025

https://github.com/githubak2002/simple-blog-app

Blooger - Simple Full stack Blog-app with auth and all CRUD operations. Data is getting saved on mongoDB database. Fully responsive and functional website.

authentication blog fullstack-development responsive-web-design website

Last synced: 26 Mar 2025

https://github.com/bukhavtsov/smart-dictionary

The Smart Dictionary is a language-learning tool designed to provide real-time translations, word suggestions, and definitions, helping users improve their vocabulary while engaging with foreign texts.

ai authentication chatgpt docker echo go golang jwt postgres rest-api

Last synced: 10 Apr 2025

https://github.com/programmer-rd-ai/auth-forge

A self-hosted, authentication library offering email/password and anonymous login flows, JWT issuance & rotation, session management, and role-based access control (RBAC).

api authentication go golang jwt oauth-lite rbac session-management

Last synced: 07 Oct 2025

https://github.com/ialopezg/backend

A basic skeleton with class abstraction, global & local validation, global & local exception handlers, logging & data tracking, data transfer objects, execution context, authentication, users & user roles, migrations, pagination, and default dispatchers. All built with NestJS.

authentication class-abstraction context-execution data-transfer-object dispatchers dto exceptions logs migrations seeders user-roles users validation

Last synced: 08 Oct 2025

https://github.com/s3rvac/redmine_pwauth

Adds the pwauth authentication to Redmine.

authentication pwauth redmine ruby

Last synced: 09 Oct 2025

https://github.com/sai-bhargav/go-otp

A CLI tool used for Multifactor Authentication by generating Time Based OTP

authenticate authentication cli command-line-tool golang mfa otp otp-verification

Last synced: 14 Jan 2026

https://github.com/irene-24/next-with-auth

Set up private routes with refresh token flow

authentication jwt-authentication nextjs redux rtk-query tailwindcss typescript

Last synced: 14 Apr 2026

https://github.com/iinsys/ping-server-application

Simple spring boot react application to ping servers if they are up or down, keycloak for authentication

authentication java javascript keycloak

Last synced: 11 Oct 2025

https://github.com/rohit-ambre/node-auth-mongo

Node(Express), MongoDB based app with Authentication Boilerplate.

authentication expressjs hacktoberfest jwt-authentication mongodb node

Last synced: 19 Jan 2026

https://github.com/jmervine/splunking

Low level lib to create an http Request object for connecting to Splunk.

api authentication golang http splunk

Last synced: 15 Oct 2025

https://github.com/katagaki/azureappserviceauthdemo

Static web app using Azure App Service's Easy Auth authentication.

app-service authentication azure nodejs reactjs

Last synced: 27 Jan 2026

https://github.com/bertrandmartel/mobileconnect

Library implementing Mobile Connect API written in GO

authentication authentication-flow golang mobileconnect oauth2 openid

Last synced: 23 Oct 2025

https://github.com/nathan-osman/api2go-auth

Handler for authenticating requests to api2go resources

api authentication golang json-api

Last synced: 15 Mar 2026

https://github.com/namadgi/biometry-flutter

Flutter package for biometric authentication Seamless integration of biometric authentication (face, voice, etc.) into your Flutter app.

authentication biometrics dart flutter security

Last synced: 26 Oct 2025

https://github.com/radicand/forwardauth-rs

Rust-based drop-in replacement for traefik-forward-auth0 - forward authentication service for Traefik with Auth0/OIDC support

auth0 authentication forward-auth jwt kubernetes oidc rust traefik

Last synced: 15 Apr 2026

https://github.com/rajatt95/python_requests_twi

Python | PyCharm | JSON Parsing | Packages - requests, json, jsonpath | Assertions - Response Status Codes, Headers, Cookies | HTTP Methods - GET, POST, DELETE | Customized Headers | Add Query parameters | Request Body from JSON file | Update JSON file dynamically | Request Chaining | Authentication - Basic and OAuth | openpyxl - Data-Driven (.xlsx) | Report - Allure

allure-report api-testing assertions authentication basic-auth data-driven-tests json oauth openpyxl pycharm-ide python-programming-language response rest-api

Last synced: 24 Jan 2026

https://github.com/thiagoolivier/laravel-vue-erp

An ERP system that models employee and permissions management. I've created this project to practice authentication, CORS, REST API developement, vue.js with typescript, database design with MySQL, and other topics.

api-rest authentication laravel mysql php tailwindcss typescript vuejs

Last synced: 24 Jan 2026

https://github.com/ahmedalsanadi/movie-streaming-app

A feature-rich movie streaming app built with Next.js, React, and Tailwind CSS. Includes advanced search, personalized watchlists, multi-language support, and Firebase authentication

authentication dark-mode firebase i18n movie-streaming-app multi-language nextjs react server-side-rendering tailwind-css tmdb-api

Last synced: 16 Mar 2026

https://github.com/mrzack99s/coco-captive-portal

CoCo Captive Portal is a network security application. it's extremely simple, lightning fast installer

authen-server authentication captive-portal hotspots network-middleware networking wifi-hotspot

Last synced: 29 Jan 2026

https://github.com/nasirovx/infernbot-drf

Originally developed as an educational resource, this project serves as a great example of integrating Django and Telegram Bot functionalities.

admin-panel authentication database django django-rest-framework docker dockerfile python sqlite3 telegram-bot

Last synced: 25 Feb 2026

https://github.com/douaaaaa/authentication-system

This MERN Authentication System is a full-stack project that implements user authentication with features like registration, email verification, login, and so on. The application utilizes Nodemailer to send verification, welcome, and password reset emails, providing a secure and efficient user experience.

authentication axios express jwt mern-stack mongodb nodejs nodemailer react zustand

Last synced: 30 Jan 2026

https://github.com/collective/pas.plugins.keycloakgroups

Use groups from Keycloak inside Plone portals

authentication keycloak plone plone-addon zope

Last synced: 30 Jan 2026

https://github.com/connellboyce/cb-authorization-hub

OAuth Server and Login Application for my Projects

authentication authorization login oauth2 oauth2-server

Last synced: 17 Mar 2026

https://github.com/iberasoft/reactjs-graphql-practice

:apple: Simple app for learning puorposes

apollo authentication graphql nodejs prisma reactjs unit-test

Last synced: 31 Jan 2026

https://github.com/tozu/bachelor-thesis

contains my bachelor thesis which covers the topic "Bluetooth proximity as 2nd Factor".

authentication bachelor-thesis bluetooth second-factor

Last synced: 31 Jan 2026

https://github.com/macmade/srpxx

C++ implementation of the Secure Remote Password protocol (SRP) - RFC 5054.

authentication cplusplus cpp openssl rfc-5054 secure-remote-password srp srp-6a ssl

Last synced: 31 Jan 2026

https://github.com/ew-endwall/fastyauth

This API provides endpoints for user registration, login, and profile management. The data is stored in MongoDB, and all inputs are validated for security and integrity. The API is implemented using Node.js and Fastify, with JWT for authentication. Multi-language supported.

api auth auth-project authentication authentication-backend authorization fastify fastify-auth fastyauth rest-api restful-api vue vue3 vuejs vuex vuex-store

Last synced: 31 Jan 2026

https://github.com/developer-friendly/ory

The implementation & integration example for Ory products: including Kratos, Hydra, Keto & Oathkeeper

authentication authorization hydra javascript keto kratos oathkeeper oidc openid-connect ory single-page-app spa vanilla-javascript vanilla-js

Last synced: 07 Feb 2026

https://github.com/bennylope/django-simple-auth

Configurable, password-only authorization for *slightly* sensitive material. Not a Django authentication replacement, it's like HTTP basic auth but easier for users (and less secure!)

auth authentication django privacy python

Last synced: 30 Apr 2026

https://github.com/majid-razzaq/laravel-multi-auth

Build a multi-authentication system in Laravel 11 with separate guards, providers, and middlewares for user and admin dashboards. Learn to create and utilize middleware, covering guest and authenticated middleware, with a focus on admin login and user registration.

authentication laravel laravel-11 laravel-aliases laravel-application laravel-auth laravel-authentication laravel-crud laravel-middleware laravel-multiauth laravel-user-management php8

Last synced: 08 Feb 2026

https://github.com/govind663/umc-firenoc

A Fire No Objection Certificate (NOC) is an official document issued by local authorities, confirming that a building or event complies with fire safety standards. It ensures the establishment has necessary fire prevention measures, enhancing overall safety.

ajax-jquery auth authentication blade-template-engine bootstrap5 css3 database-migrations eloquent-models form-validation html5 javascript jquery laravel10 models mysql php8 routing smtp-mail

Last synced: 10 Feb 2026

https://github.com/thepredictivedev/biopaywebapp

Minimal biometric payment web app prototype with basic HTML front end.

authentication biometrics html payments security webapp

Last synced: 10 Feb 2026

https://github.com/vndevpro/securityusers

Common objects / services to manage users of an application

authentication manage-users

Last synced: 11 Feb 2026

https://github.com/ritesh-7299/employee-portal

Employee-portal as the name suggests it is majory focused on employee management from the day of employee's joining to employee's termination this app will track all of employees tracks, reports and details. This app also provides facility to manage company's stocks also and many more...

authentication javascript mongodb mongodb-atlas multiple nestjs reactjs rest-api role typescript

Last synced: 16 Apr 2026

https://github.com/augusto11cb/security-studies

Repository of notes and comments on Software Security and its fundamental concepts

asymmetric-cryptography authentication authorization csrf mtls multi-factor-authentication oauth2 openid tls

Last synced: 19 Mar 2026

https://github.com/fphammerle/docker-dovecot

Dovecot: IMAP, POP3 & SASL Auth Server (Alpine Linux) ✉️ 🐳 🐙

authentication dovecot imap imap-server lmtp pigeonhole pop3-server postfix sasl sieve

Last synced: 19 Mar 2026

https://github.com/kmaida/messageboard

A MEAN stack message board (forum) application with Auth0 centralized login and passwordless

angular auth0 authentication mean-stack nodejs passwordless

Last synced: 15 Feb 2026

https://github.com/hennndev/dreamjob

Creating job listing as "DreamJob" build with Laravel 11, TailwindCSS, Authentication + Authorization and RBAC.

authentication authorization eloquent-orm laravel mysql tailwindcss

Last synced: 16 Apr 2026

https://github.com/kby-ai/facerecognition-vue

Face Recognition FRVT, Face Liveness Detection, Face Recognition , Face Liveness, Face Detection, Face Compare, Face Matching, Face Pose, Face Expression, Face Attributes, Face Templates Extraction, Face Landmarks

authentication biometric-authentication face-alignment face-compare face-detection face-enrollment face-recognition face-search identification identity

Last synced: 01 Mar 2026

https://github.com/denherrring/mosquitto-auth

This is a plugin to authenticate and authorize Mosquitto users from one or more of a variety of back-ends

authentication bear http jwt ldap mongodb mosquitto mysql postgresql redis sqlite3

Last synced: 16 Apr 2026

https://github.com/aman-tiwari001/anon-aadhaar-login

A React App integrated with Wallet Connect and ZK proof based UIDAI Aadhaar verification using Anon Aadhaar SDK

aadhaar anon-aadhar authentication crypto react typescript uidai wallet-connect zkproof

Last synced: 16 Apr 2026

https://github.com/itsolidude/simplysaas--boilerplate

🚀 SimplySaaS is a SvelteKit 5 boilerplate with Supabase auth, shadcn-svelte UI, and TypeScript—built for developers who want full control. It includes email/password + OAuth, protected routes, error handling, and Superforms with Zod for seamless authentication. Fast, flexible, and production-ready. 🔥

authentication boilerplate oauth supabase svelte svelte5 sveltekit tailwindcss typescript web-development

Last synced: 16 Apr 2026

https://github.com/wilfredpine/django-auth-system

A simple authentication system using django framework.

authentication django framework python web-development

Last synced: 16 Apr 2026

https://github.com/alejandromume/node-fusionapi

The original FusionAPI C# package brought to JavaScript

api authentication fusionapi javascript-library nodejs npm

Last synced: 16 Apr 2026

https://github.com/dariomatias-dev/go_auth

Sistema de autenticação e autorização para Golang com e-mail e senha

authentication authentication-backend autorization docker docker-compose gin go golang postgresql source-code sql sqlc

Last synced: 04 Mar 2026

https://github.com/erebelo/spring-security-jwt

Java REST API project using Spring Boot 3, Spring Security 6 for JWT Authentication and Authorization, and H2 database

authentication authorization back-end backend backend-api backend-service h2-database java jwt jwt-authentication spring spring-boot spring-boot-3 spring-security spring-security-6 spring-security-jwt springboot

Last synced: 16 Apr 2026

https://github.com/websolutionstuff/laravel-9-rest-api-with-passport-authentication

we will see an example of laravel 9 REST API with passport authentication. Also, perform CRUD operation with laravel 9 REST API.

authentication crud crud-operation laravel laravel9 passport rest-api restful-api

Last synced: 17 Apr 2026

https://github.com/viseshagarwal/auth-plugin

Auth Plugin is a robust and flexible Python library designed to streamline the authentication process in web applications. It provides built-in support for JWT authentication, OAuth2 token management, and seamless database connectivity with MongoDB, PostgreSQL, and MySQL.

authentication database jwt-authentication mongodb oauth2

Last synced: 01 Apr 2026

https://github.com/digicatapult/tsoa-oauth-express

Authentication handler for TSOA using OAuth2 JWT tokens

authentication express oauth2 tsoa

Last synced: 02 Apr 2026

https://github.com/sbordelais-dev/citizeng

A turnkey user-password framework to create an systematically-authenticated HTTP-server.

authentication https-server passport-local socket-io sqlite3

Last synced: 04 Apr 2026

https://github.com/zepellin/janus-go

AWS credentials helper for GCP trusted service accounts

authentication aws cli gcp

Last synced: 02 Apr 2026