Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Authentication

Authentication

983 projects

Showing 36 of 983 projects

coherence
coherenceElixir

A full-featured, configurable authentication system for Phoenix applications with modules for registration, confirmation, password recovery, and more.

#hex#package#elixir
Stars1.3k
Forks221
Last commit1 year ago
angular-auth-oidc-client
angular-auth-oidc-clientTypeScript

A certified Angular library for implementing OpenID Connect and OAuth2 authentication with support for modern flows like PKCE and refresh tokens.

#openid#oauth2#auth
Stars1.2k
Forks450
Last commit1 day ago
react-native-facebook-login
react-native-facebook-loginObjective-C

A React Native component wrapping the native Facebook SDK login button and manager for iOS and Android.

#ios#oauth#facebook-login
Stars1.2k
Forks323
Last commit6 years ago
jumpstart(excid3)
jumpstart(excid3)HTML

A Rails template that jumpstarts new applications with authentication, admin panels, and modern tooling pre-configured.

#hacktoberfest#template#rails-template
Stars1.2k
Forks314
Last commit1 year ago
oauth2
oauth2Rust

An extensible, strongly-typed Rust implementation of OAuth2 (RFC 6749) for building secure authentication clients.

#token-management#oauth2#authentication
Stars1.2k
Forks206
Last commit5 months ago
AuthX
AuthXPython

A ready-to-use and customizable authentication and OAuth2 management library for FastAPI applications.

#fastapi#authentification#oauth2
Stars1.2k
Forks62
Last commit2 days ago
OAuth2
OAuth2Swift

A Swift framework for OAuth2 authentication on Apple platforms (iOS, macOS, tvOS), supporting all standard OAuth2 flows.

#keychain#ios#oauth2
Stars1.2k
Forks282
Last commit2 years ago
AspNetAuthorizationWorkshop
AspNetAuthorizationWorkshopC#

A hands-on workshop for learning ASP.NET Core Authorization through step-by-step labs covering policies, roles, claims, and resource-based authorization.

#workshop#authentication#authorization
Stars1.2k
Forks234
Last commit
jwt-cpp
jwt-cppC++

A header-only C++11 library for creating and validating JSON Web Tokens (JWT) with comprehensive algorithm support.

#c-plus-plus-11#authentication#jwt
Stars1.2k
Forks307
Last commit3 months ago
Friend
FriendClojure

An extensible authentication and authorization library for Clojure Ring web applications and services.

#functional-programming#web-security#authentication
Stars1.2k
Forks121
Last commit5 years ago
The Blockstack Browser
The Blockstack BrowserJavaScript

A desktop browser for exploring the decentralized Blockstack internet, enabling user-owned identity and data.

#desktop-application#authentication#storage
Stars1.1k
Forks197
Last commit4 years ago
mod_auth_openidc
mod_auth_openidcC

An OpenID Connect and FAPI 2 Relying Party module for Apache HTTPd, enabling standards-based authentication and authorization.

#reverse-proxy#openidconnect-client#web-security
Stars1.1k
Forks333
Last commit2 days ago
mundane
mundaneRust

A Rust cryptography library backed by BoringSSL that prioritizes misuse resistance, ergonomics, and performance.

#authentication#crypto-library#encryption
Stars1.1k
Forks43
Last commit3 years ago
google-cloud
google-cloudElixir

Elixir client libraries for accessing Google APIs, generated from Google's API discovery service.

#elixir#google-apis#authentication
Stars1.1k
Forks473
Last commit24 days ago
PHP oAuthLib
PHP oAuthLibPHP

A PHP 7.2+ library providing OAuth 1.x and 2.0 client support with extensible HTTP clients, token storage, and service implementations.

#oauth-client#authentication#php-library
Stars1.1k
Forks447
Last commit2 years ago
Microsoft Graph Toolkit
Microsoft Graph ToolkitTypeScript

A collection of reusable, framework-agnostic UI components and authentication providers for accessing Microsoft Graph.

#web-components#hacktoberfest#msal
Stars1.1k
Forks362
Last commit16 days ago
Authomatic
AuthomaticPython

Simple yet powerful authorization / authentication client library for Python web applications.

#oauth-client#authentication#openid-client
Stars1.1k
Forks397
Last commit7 months ago
shadcn-admin-kit
shadcn-admin-kitTypeScript

A component kit for building admin applications using shadcn/ui, featuring CRUD pages, data tables, forms, and authentication.

#internal-tools#authentication#crud-interface
Stars1.1k
Forks89
Last commit23 days ago
Doorman
DoormanPHP

A Laravel package for limiting application access using invite codes with email restrictions, usage limits, and expiry dates.

#authentication#invite-system#user-management
Stars1.0k
Forks46
Last commit9 months ago
jose-jwt
jose-jwtC#

A minimal, zero-dependency .NET library for JWT signing, encryption, and JWK support with full JOSE compliance.

#jwt-token#authentication#jwe
Stars1.0k
Forks192
Last commit3 months ago
Backpack for Laravel
Backpack for LaravelPHP

Legacy Laravel Backpack v3 package providing admin authentication, AdminLTE interface, and a blank admin panel.

#admin#authentication#laravel
Stars1.0k
Forks282
Last commit5 years ago
NativeScript plugin Firebase
NativeScript plugin FirebaseTypeScript

A NativeScript plugin that provides comprehensive Firebase integration for iOS and Android mobile apps.

#authentication#storage#fcm
Stars1.0k
Forks428
Last commit3 years ago
OAuth 1.0 Client
OAuth 1.0 ClientPHP

A PHP library for OAuth 1.0 authentication with built-in support for services like Twitter, Trello, and Tumblr.

#authentication#php-library#rfc-5849
Stars995
Forks77
Last commit1 year ago
BCrypt.Net
BCrypt.NetC#

A .NET port of the bcrypt password hashing algorithm with adjustable work factor for secure password storage.

#algorithm#cipher#hash
Stars993
Forks115
Last commit16 days ago
STTwitter
STTwitterObjective-C

A stable, mature Objective-C library for Twitter's REST API 1.1, offering comprehensive access and flexible authentication.

#ios#oauth#social-media
Stars989
Forks157
Last commit3 years ago
Grafite Builder
Grafite BuilderPHP

A set of tools for rapid Laravel development, including starter kits, CRUD generators, form builders, and modular components.

#crud#api#rapid-development
Stars978
Forks107
Last commit6 years ago
@stacks/cli
@stacks/cliTypeScript

A JavaScript/TypeScript monorepo providing essential libraries for identity, authentication, storage, and transactions on the Stacks blockchain.

#cryptocurrency-wallet#authentication#smart-contracts
Stars975
Forks317
Last commit
Stacks.js
Stacks.jsTypeScript

A JavaScript/TypeScript monorepo providing libraries for identity, authentication, storage, and transactions on the Stacks blockchain.

#cryptocurrency-wallet#authentication#smart-contracts
Stars975
Forks317
Last commit2 days ago
Angular Firebase PWA
Angular Firebase PWATypeScript

A Progressive Web App starter kit built with Angular and Firebase, featuring authentication, Firestore, and server-side rendering.

#progressive-web-app#google-cloud-run#authentication
Stars963
Forks422
Last commit
unirest for Node.js
unirest for Node.jsJavaScript

A simplified, lightweight HTTP client library for Node.js with a fluent API.

#authentication#rest-api#lightweight
Stars954
Forks164
Last commit1 year ago
libhttpserver
libhttpserverC++

A C++ library for building high-performance embedded RESTful HTTP servers.

#http-server#high-performance#authentication
Stars949
Forks191
Last commit1 day ago
CrackQ
CrackQPython

A Python REST API and web GUI for managing Hashcat password cracking jobs in a queuing system.

#reporting#authentication#rest-api
Stars942
Forks105
Last commit1 year ago
paseto
pasetoGo

A pure Go implementation of PASETO tokens, a secure alternative to JWT for stateless authentication.

#auth#soa#authentication
Stars940
Forks39
Last commit3 years ago
terraform-provider-keycloak
terraform-provider-keycloakGo

A Terraform provider for managing Keycloak identity and access management resources as infrastructure-as-code.

#hacktoberfest#devops#authentication
Stars935
Forks431
Last commit4 days ago
oauth2c
oauth2cGo

A command-line tool for fetching OAuth 2.0 access tokens using any grant type or client authentication method.

#oauth#devops#oauth2
Stars931
Forks51
Last commit28 days ago
Adldap2 Laravel
Adldap2 LaravelPHP

LDAP authentication and management package for Laravel applications, enabling seamless integration with directory services.

#query-builder#auth#authentication
Stars914
Forks191
Last commit3 years ago
PreviousPage 7 of 28

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
7 years ago
2 days ago
3 years ago
Next
#Security254
#Oauth2153
#Authorization130
#Oauth117
#Jwt117
#Openid Connect103
#Typescript82
#Api Client77
#Go74
#Api Security70
#Elixir69
#Middleware69