380 skills found · Page 2 of 13
step-security / Wait For SecretsPublish from GitHub Actions using multi-factor authentication
venth / Aws AdfsCommand line tool to ease aws cli authentication against ADFS (multi factor authentication with active directory)
sfelix-martins / Passport MultiauthAdd support to multi-authentication to Laravel Passport
merixstudio / Django Trenchdjango-trench provides a set of REST API endpoints to supplement django-rest-framework with multi-factor authentication (MFA, 2FA). It supports both standard built-in authentication methods, as well as JWT (JSON Web Token).
MicroPyramid / Django MfaDjango-mfa (Multi Factor Authentication) is a simple package to add extra layer of security to your django web application. It gives web app a randomly changing password as an extra protection and supports u2f too
mtvbrianking / Multi AuthLaravel Multi-Authentication Package
AzureAD / Deployment PlansStep by step guidance to deploy Azure Active Directory capabilities such as Conditional Access, Multi Factor Authentication, Self Service Password, and more.
suvash / One TimeOne Time Password (TOTP and HOTP) library for Clojure. TOTP/HOTP is widely used for Two Factor / Multi Factor Authentication.
sourcefuse / Loopback4 StarterLoopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
scotch / EngineauthMulti-Provider Authentication for App Engine
keggin-CHN / Leaflow Checkin这是一个 LeafLow 网站的自动签到脚本,支持多账号、Token 认证、无需浏览器。可通过 GitHub Actions 定时执行,并支持 Telegram 或企业微信通知。 This is an automated, multi-account check-in script for LeafLow. It's browserless, uses token authentication, can be scheduled via GitHub Actions, and supports notifications to Telegram or WeChat Work.
rphlmr / Supa Stripe StackA Remix & Stripe Stack, backed by Supabase (driven by Prisma), that integrates authentication, subscriptions (multi-currency, month and year intervals) and handling tier limit.
dereuromark / Cakephp TinyauthCakePHP TinyAuth plugin for an easy and fast user authentication and authorization. Single or multi role. DB or config file based.
lalitgehani / SnackBaseSnackBase is a Python/FastAPI-based BaaS providing auto-generated REST APIs, multi-tenancy, row-level security, authentication, enterprise OAuth/SAML, and comprehensive admin UI.
msa7 / Multi AuthStandardized multi-provider OAuth authentication
Tribler / Software Based PUFThe first open source software-based Physically Unclonable Function (PUF) using off-the-shelf SRAM
dan246 / VisionFlowVisionFlow is a backend application for image recognition and notification systems, built with Flask, PostgreSQL, Redis, and Docker. It supports multi-camera setups, real-time image processing, and provides APIs for user authentication, camera management, and notifications via LINE and email.
atlassian / 1timeLightweight, thread-safe Java/Kotlin TOTP (time-based one-time passwords) and HOTP generator and validator for multi-factor authentication valid for both prover and verifier based on shared secret
justinmayer / KagiWebAuthn security keys and TOTP multi-factor authentication for Django
amran-bd / Dynamic Multi Tenancy Using Java Spring Boot Security JWT Rest API MySQL Postgresql Full ExampleI wanted a solution where multi-tenancy is achieved by having a database per tenant and all user information (username, password, client Id etc) for authentication and authorization stored in a user table in the respective tenant databases. It meant that not only did I need a multi-tenant application, but also a secure application like any other web application secured by Spring Security. I know how to use Spring Security to secure a web application and how to use Hibernate to connect to a database. The requirement further dictated that all users belonging to a tenant be stored in the tenant database and not a separate or central database. This would allow for complete data isolation for each tenant.