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-07-06 00:02:49 UTC
- JSON Representation
https://github.com/biggaji/0xhut
Easy identity authentication protocol for servers and users.
authentication authorization biggaji mongodb mongodb-atlas mongoose nodejs nodejs-server oxhut oxwware rest-api
Last synced: 19 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/edu-trailblaze/edu-trailblaze-be
The backend for an online learning platform that offers a wide range of courses, degrees, and certificates
asp-net-core auth0 authentication authorization azure cloudinary fine-tuning firebase generative-ai hangfire identity jwt microservices momo nextjs ocelot paypal signalr sqlserver vnpay
Last synced: 12 Apr 2026
https://github.com/zhillerdev/react-clerk-template
Clerk+React+ReactRouter+Antd basic template
antd authentication clerk react react-router tailwindcss vite
Last synced: 12 Apr 2026
https://github.com/andrase/crud-auth-and-fire
React crud application with Firestore database & & Firebase/OAuth options with Protected Routes
authentication crud-application firebase firebase-auth firestore-database protected-routes reactjs
Last synced: 12 Apr 2026
https://github.com/noyzys/nautchkafe-auth-rest
Extensible rest api for authentication with Mojang and similar services.
authentication bukkit fp functional-programming java minecraft mojang mojang-api proxy ratelimit ratelimiter rest rest-api rust spigot spring-boot vavr velocity
Last synced: 12 Apr 2026
https://github.com/dunghenry/gin_tutorial
gin + mongodb +docker
authentication docker gin-framework mongodb server-side-rendering uploads
Last synced: 12 Apr 2026
https://github.com/rkgitvinay/node-express-pg-boilerplate
Production ready starter boilerplate for building RESTful APIs using Node.js, Express, and PostgreSQL
api authentication backend boilerplate express knex nodejs objection objectionjs postgres rest-api starter-template
Last synced: 13 Apr 2026
https://github.com/uguremirmustafa/graphql-express-jwt-auth-server
Graphql server created with apollo-server-express. Features basic auth resolvers and rate limiting.
apollo-server-express authentication jwt rate-limiting
Last synced: 22 Feb 2026
https://github.com/almahdy-byte/library-system
library system with graphQl
authentication authorization bcrypt crypto express graphql mongoose nodejs
Last synced: 13 Apr 2026
https://github.com/pinsaraperera/vivent
This is complete event management software application. Manage participants, mark attendance, Easy Email Campaigns, Bulk participants adding, bulk email sending, Email template management, role base access, security features and many more.
authentication bulk-operation event-management-system role-based-access-control
Last synced: 28 Jun 2025
https://github.com/code-district-team/laravel-template
Laravel multi-tenant app template with domain-based separation, built-in auth, tenant-aware models, asset compilation, and modern frontend setup
authentication axios backend bootstrap composer cors domain-separation eloquent laravel mariadb multi-tenant mvc mysql php template web-development
Last synced: 13 Apr 2026
https://github.com/fasunle/sloovi-api
Flask API with MongoDB and Authentication System
api-integration api-rest authentication flask mongodb python restful-api unittest
Last synced: 13 Apr 2026
https://github.com/nikcladis/instagram
🔗 Social media application, built with React, React Router, Zustand, Chakra UI, Firebase
authentication chakra-ui firebase hooks localstorage react react-router social-app social-media social-media-app state-management ui ux zustand
Last synced: 05 Apr 2026
https://github.com/samyak-jain/hospital-backend
authentication mongodb sql tornado
Last synced: 11 Apr 2025
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/ouranosinc/magpie
AuthN/AuthZ services
authentication authorization birdhouse daccs group-permission pavics user-management user-permission
Last synced: 27 Apr 2025
https://github.com/ismetcanbyk/nestjs-auth-jwt
Authentication project with nest js and prisma
auth authentication authorization jwt jwt-authentication jwt-token nest nestjs nestjs-backend nodejs prisma prisma-orm
Last synced: 31 Jan 2026
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/antonharbers/members-only
Members Only - The Odin Project: https://www.theodinproject.com/lessons/nodejs-members-only
authentication css express jade javascript mongodb mongoose node passport pug routes theodinproject
Last synced: 22 Feb 2026
https://github.com/neves-rafael/auth-stock
Projeto utilizado para estudos de autenticação e autorização utilizando a abordagem dos cookies para mais segurança, é um projeto simples que exibe determinados items de acordo com o tipo de perfil. Tecnologias usadas no Back-End Node.js e React no Front-End.
authentication authorization cookie javascript nodejs react study-project
Last synced: 17 Jan 2026
https://github.com/justnixx/usr_auth
A simple authentication module coded in object-oriented PHP.
authentication login-system php registration-system
Last synced: 01 Mar 2025
https://github.com/cryblanka/blueauth
This is a custom authentication system designed for Bluesky, a social media platform. The system facilitates the verification of user ownership by generating and validating a unique string.
api auth authentication bluesky bsky bskyapp php
Last synced: 21 Apr 2026
https://github.com/hpatel292-seneca/social-media-app
This is Full stack social media website. MERN stack is used for developing it.
authentication expressjs javascript mongodb nodejs reactjs
Last synced: 13 Apr 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/thomas465xd/devwebcamp_mvc_php
DevWebCamp is a web application for purchasing tickets to a developer event. It features PayPal payment integration, SCSS with BEM conventions, and follows the MVC architecture for scalability and efficiency.
authentication composer gulp js mailtrap-io mvc-architecture mysql paypal-checkout php sass scss
Last synced: 18 Jan 2026
https://github.com/ishans99/go-email-authenticator
authentication go http login mail otp smtp
Last synced: 14 Jan 2026
https://github.com/theodorusclarence/learn-nextts-auth
TypeScript react context example for user authentication. Also has full-page loader to prevent content flash
authentication nextjs react typescript
Last synced: 14 Apr 2026
https://github.com/michaelhenry/social-logins-swift
A modular and scalable Swift library providing social login integrations for iOS apps using the Composable Architecture (TCA) framework.
apple authentication facebook google login social-network
Last synced: 09 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/clgcon/nodejs-auth-starter
Web dashboard boilerplate for NodeJS with custom user authentication, mandatory 2FA, SQLite3 and JWT
2fa auth authentication dashboard gui-application jwt nodejs sqlite3 user-management vanilla-js
Last synced: 09 Oct 2025
https://github.com/netauth/sftpgo-hook
External authorization hook for sftpgo
authentication authorization sftpgo
Last synced: 14 Jan 2026
https://github.com/rodrigokamada/angular-auth0-zenvia-sms
Application example using Angular 14 where a simple WEB application will be implemented using the Auth0 platform to authenticate and authorize the user and the ZENVIA platform to integrate with SMS channel in order to validate the user phone.
angular auth0 authentication beginners dev-community frontend gh-actions gh-pages hacktoberfest sms tutorial zenvia
Last synced: 09 May 2026
https://github.com/mrgrd56/jwtauth
asp-net-core auth authentication authorization csharp dotnet jwt
Last synced: 17 May 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/stefruseva88/firestore-demo
Remote Database Project using Google Cloud and Firebase
authentication firebase google-cloud remote-database
Last synced: 12 Oct 2025
https://github.com/krish-makadiya/lastpass
LastPass is a MERN stack-based password management application that provides a secure and encrypted vault for storing and managing sensitive information. It features an intuitive interface, robust encryption, and ensures that only authorized users can access stored data.
authentication encryption express jwt-authentication mern-stack mongodb node-js password-manager react secure-vault web-application
Last synced: 14 Apr 2026
https://github.com/authress/express-starter-kit
The Authress Starter Kit for Express. Includes Authentication, Authorization, user identity and role management
api authentication authorization authress backend express expressjs javascript security service starter-kit typescript
Last synced: 29 Apr 2026
https://github.com/battis/restful-api.user-session
[READ-ONLY] User session management for Slim Framework
authentication session-management slim-framework user-sessions
Last synced: 13 Oct 2025
https://github.com/cte-zl-ifrn/moodle__auth_suap
auth_suap
authentication enrollment integration moodle plugin suap
Last synced: 05 Feb 2026
https://github.com/coenttb/swift-authenticating
A Swift package for type-safe HTTP authentication with URL routing integration.
authentication http swift type-safe url-routing
Last synced: 22 Jan 2026
https://github.com/wesleyp846/forumhub
Desafio Api BackEnd Java para fórum de dúvidas
api-rest authentication crud-api docker docker-compose docker-container dockerfile dockerhub dockerhub-image java postgres security spring-boot
Last synced: 21 Feb 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/juanjofr/clerk-custom-sign-in
Modern Next.js 15 demo featuring a fully custom Clerk authentication flow, beautiful Shadcn UI components, strict TypeScript, and seamless UX/UI best practices.
authentication clerk modern-ui nextjs react react-hook-form shadcn-ui tailwindcss typescript zod
Last synced: 05 May 2026
https://github.com/mlomboglia/gatsby-auth-firebase
Gatsby Authentication Flow with Firebase
authentication firebase firebase-auth gatsby gatsbyjs react
Last synced: 13 Apr 2026
https://github.com/tnware/django-entra-auth
Entra ID Authentication for Django
authentication django entra-id
Last synced: 22 Jan 2026
https://github.com/mikuwithbeer/captchakit
Server-side verification of various CAPTCHA tokens
authentication captcha hcaptcha recaptha swift turnstile verification
Last synced: 21 Oct 2025
https://github.com/kalongn/cse-316
Fundamentals of Software Developement
authentication design-patterns expressjs html-css-javascript mongodb mongoosejs nodejs react react-router-v6 session-management
Last synced: 06 Feb 2026
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/marcelo-theodoro/lambdatotp
lambdatotp is an application to implement TOTP authentication using Amazon Lambda e DynamoDB.
amazonlambda authentication chalice dynamodb security totp
Last synced: 04 Jul 2026
https://github.com/edwildson/django-rest-framework
Creating APIs Restful with Django Rest Framework
authentication django pagination permissions rest-api throttling
Last synced: 15 Apr 2026
https://github.com/pushpendra-1697/news-app-react
A React-based news app is an excellent way to showcase the capabilities of the React library and provide users with a seamless, engaging, and informative news reading experience. By leveraging React's component-based architecture, developers can efficiently build and maintain a feature-rich news application with a modern user interface.
authentication chakra-ui components context-api csr html-css-javascript react-icons react-router-dom reactjs
Last synced: 07 May 2026
https://github.com/manthanthakor/expensetracker
A comprehensive expense tracking application built with ASP.NET Core MVC to help you manage your personal finances.
asp-net-core asp-net-mvc authentication expense-manager expense-tracker sql
Last synced: 24 Jan 2026
https://github.com/justwaitfor-me/coreaccess
This is a scalable PHP authentication application that provides a RESTful API for user authentication, including signup and login functionalities.
api auth authentication justwait php react
Last synced: 15 Apr 2026
https://github.com/wazeerc/authy
Dummy authentication app (user registration and login from scratch).
authentication practice-project
Last synced: 15 Apr 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/mishi54/password_management_system
A password management system using EJS supports CRUD operations, allowing users to add, view, and delete passwords and categories, with authentication to ensure secure access
authentication curd-operation ejs-templates express expressjs js middleware mongodb-atlas nodejs
Last synced: 30 Jan 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/ahmedmeky/2b-egypt-store
E-Commerce Website
angular asp-net-core-api asp-net-core-mvc authentication autherization bootstrap5 css3 entity-framework-core html5 identity javascript onion-architecture restful-api typescript
Last synced: 31 Jan 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/nuid/clj-example
An example of NuID's zero knowledge authentication and key management facilities in Clojure(Script)
authentication clj cljs iam identity key-management zero-knowledge
Last synced: 08 Feb 2026
https://github.com/ettysekhon/platform-auth
Keycloak 26.x on GKE with Helm + Terraform realm management. OAuth 2.1/OIDC provider for cumulus-creations.com.
authentication devops gcp gke google-cloud helm infrastructure keycloak kubernetes oauth2 oidc terraform
Last synced: 08 Feb 2026
https://github.com/stuartmeeks/nextiteration.spectreconsole.auth
Credential storage, encryption, and Spectre.Console CLI commands for managing provider credentials in CLI tools.
aes-gcm authentication cli credential-manager csharp dotnet dpapi nuget spectre-console
Last synced: 03 May 2026
https://github.com/niravjoshi33/express-ts-drizzle-template
Basic Express Template with Typescript, Basic Auth, Drizzle ORM, & SQLite Database
authentication drizzle-orm express lucia-auth sqlite template typescript
Last synced: 10 Feb 2026
https://github.com/asseco-voice/laravel-jwt-authentication
JWT token based Laravel authentication
authentication jwt jwt-authentication jwt-token laravel laravel-8-package microservice microservices package php
Last synced: 11 Feb 2026
https://github.com/afa-farkhod/springboot-jwt-authentication-authorization
JWT authentication and authorization implementation in Spring Boot 3.0 application
authentication authorization java jwt jwt-authentication postman spring-boot spring-security
Last synced: 16 Apr 2026
https://github.com/jxnkwlp/passingwind.commonlibs
swagger extension, saml2,apikey authentication
Last synced: 12 Feb 2026
https://github.com/gani-23/stocknote.io
StockNote.IO
authentication avaloniaui stock-market
Last synced: 12 Feb 2026
https://github.com/keltia/proxy
Authenticated proxy module.
authentication golang http-proxy
Last synced: 12 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/yashtank86/inventory-management-system-springboot-mongodb
Inventory Management System built with Spring Boot & MongoDB. Easily track products, stock levels, and orders. Scalable, efficient, and perfect for inventory tracking. ⭐ #InventorySystem #SpringBoot #MongoDB
authentication authorization backend backend-development business-management hibernate inventory inventory-management-system java java-web-app jpa jwt-authentification mongodb orm rest-api spring-security springboot springmvc themeleaf webapp
Last synced: 16 Apr 2026
https://github.com/psidh/web-study-jams
Web Study Jams is an initiative by GDSC Gitam University, Visakhapatnam (VSKP), aimed at providing students with a platform to enhance their web development skills. This initiative focuses on practical learning, projects, and resources to empower students in the field of web development.
authentication beginner full-stack fullstack git github javascipt middleware nextjs nextjs14 postgresql react supabase tailwindcss typescript
Last synced: 07 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/yagolopesmartins/fullstack_react-dashboard-admin-nest_api_auth
Sistema completo CRUD de usuários com autenticação e recuperação de senha por e-mail (React/Nest)
authentication axios email-verification javascript jwt-authentication nestjs passport-jwt postgresql prisma-orm prismaorm react shadcn-ui swagger tailwindcss typescript vite zod-validation
Last synced: 02 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/authly-xyz/authly.xyz-app
This application is authentication provider for other applications
authentication bunjs docker-compose expressjs fullstack-development nextjs typescript
Last synced: 02 Apr 2026
https://github.com/uralstech/umoth
Google and AppleID authentication for mobile.
android apple authentication google integration ios mobile openupm sign-in sign-in-with-apple sign-in-with-google unity unity-package unity3d upm-package
Last synced: 17 Apr 2026
https://github.com/phauthentic/authentication-yii
Yii integration for the Authentication library
adapter authentication library yii yii2
Last synced: 17 Apr 2026
https://github.com/fluttersdk/magic_social_auth
Social authentication plugin for Magic Framework. Laravel Socialite-style API with extensible drivers.
authentication flutter magic-framework oauth social-auth socialite
Last synced: 04 Apr 2026
https://github.com/laraberenguer/react-context-api
A Star Wars Wikia built with React + Vite. State management: Context API. User authentication: Firebase. Components: Storybook. Check it live at https://starwars-bootcamp-5omdo.ondigitalocean.app/.
authentication context firebase react storybook tailwindcss typescript vite vitest
Last synced: 04 Apr 2026
https://github.com/roc41d/spring-boot-3-jwt-security
Securing spring boot application with spring security and JWT
authentication docker java jpa jwt jwt-authentication postgresql spring-boot spring-security
Last synced: 17 Apr 2026
https://github.com/archeun/archeun
The primary platform providing the core services for other archeun based applications
authentication authorization django oauth2 oidc python
Last synced: 18 Apr 2026
https://github.com/khadkarajesh/tmdb
tmdb movie application using react
authentication autosuggestion axios endless-scroll flexbox hooks hooks-api-react material-ui protected-routes react react-context-api reactjs reactrouterdom search
Last synced: 18 Apr 2026
https://github.com/blueheron786/jee-quickstart
A batteries-included JEE template project with Spring Boot and REST on the backend, and React/Vite on the front-end.
authentication authorization jee login react reactjs registration-page rest-api spring-boot vite vitejs webapp website
Last synced: 04 Apr 2026
https://github.com/kiok46/todo-rn
Todo app (Auth, Jest, Redux and Redux Container Design Pattern)
authentication jest react-native redux todo todoapp
Last synced: 04 Apr 2026
https://github.com/prashant-software-developer/number-guessing-game
This project is a simple interactive game developed using React.js for the frontend and Node.js/Express for the backend.
authentication authorization expressjs game-development mysql nodejs number-guessing-game oops reactjs tidb typescript
Last synced: 04 Apr 2026
https://github.com/anburocky3/todoist-server
Todoist server is an Restful API Server coded on Laravel framework.
accesstoken api api-rest app authentication laravel laravel-framework passport restful-api todo todoapp
Last synced: 18 Apr 2026
https://github.com/kdevelopement/v-authc4
Uma biblioteca de autenticação simples para CodeIgniter 4.
authentication codeigniter-library codeigniter4 codeignter mysql php
Last synced: 10 May 2026
https://github.com/sachingupta0019/django-blog
Django
authentication authorization crud-operation django django-admin django-project python3
Last synced: 18 Apr 2026
https://github.com/wagner-de-carvalho/algamoney
API de serviços financeiros
auth authentication authorization event flyway java-17 json jwt-token mysql-database oauth oauth2 pageable predicate rest-api spring-boot spring-jpa
Last synced: 18 Apr 2026
https://github.com/coderboy-raiyan/rxpense
A Expense Management Website for track your daily expenses
analytics authentication cookie-authentication currency-converter geolocation javascript mongodb-atlas mongoose nodejs reactjs tailwindcss typescript
Last synced: 05 Apr 2026
https://github.com/mattlean/express-yaas
Express middleware that handles authentication and sessions
authentication bcrypt express express-middleware express-yaas javascript nodejs pg-promise postgresql session typescript
Last synced: 05 Apr 2026
https://github.com/valchanoficial/desafiobduploadnodejs
Rocketseat - Desafio: Banco de dados e upload de arquivos no Node.js
authentication javascript jwt multer nodej postgres typescript
Last synced: 18 Apr 2026
https://github.com/tsukiiru/lazyfav
quickly like the currently playing spotify track!!
auth authentication automation cli js lazy mjs music node nodejs spotify spotify-api spotify-web-api
Last synced: 19 Apr 2026
https://github.com/satish-singh95/spring-security-with-latest-version
This project contains the implementation of Spring Security with the spring boot 3 and latest version of Spring Security. And also used OAuth2 Client to login With Github
authentication authorization exception-handling logging lombok maven mysql-database oauth2-client restful-api spring-boot spring-security tomcat validation
Last synced: 20 Apr 2026
https://github.com/chetanxpro/cloud-notes
This is a platform where student and teachers can store their notes in form of pfd , txt, docx
authentication azure-blob-storage cloud monogodb nodejs notes-app
Last synced: 20 Apr 2026