Libraries tagged by token authentication
uthmandev/swift2fa
2 Downloads
A secure and easy way to implement Two-Factor Authentication (2FA) with PHP. This library provides an easy-to-use solution for integrating 2FA into your applications, including QR code generation, token verification, and secret key management.
treehouselabs/keystone-client
81050 Downloads
An HTTP client with automatic authentication for an OpenStack Identity Service API a.k.a. Keystone
omaralalwi/laravel-api-helpers
4 Downloads
collection of helpful helper functions for API Requests .
mkd/laravel-otp
7 Downloads
Laravel package for generating and verifying One-Time Passwords (OTPs) using TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) algorithms.
mkd/laravel-advanced-otp
7 Downloads
An advanced, customizable OTP (One-Time Password) verification system for Laravel applications, supporting hashed token and custom validation methods.
luyadev/luya-module-admin-usertoken
3508 Downloads
Extend the LUYA Admin by providing app's which then LUYA Admin users can authenticated through the API.
lmr/duo_auth
352 Downloads
Duo Security two-factor authentication for Roundcube. Users have multiple ways to authenticate, including: 1. One-tap authentication using Duo’s mobile app; 2. One-time passcodes generated by Duo’s mobile app (works even with no cell coverage); 3. One-time passcodes delivered to any SMS-enabled phone; 4. Phone callback to any phone (mobile or landline!); 5. One-time passcodes generated by an OATH-compliant hardware token.
linkthrow/hmac-packet-auth
86 Downloads
HMAC Http Packet Auth
jsor/stack-jwt
4727 Downloads
JSON Web Token (JWT) Stack middleware.
agrodata/cognito-guard
259 Downloads
A laravel auth guard for JSON Web Tokens issued by Amazon AWS Cognito
mathieu-bour/guardian
1628 Downloads
Highly configurable JSON Web Token implementation for Laravel and Lumen.
gcgov/framework-service-auth-oauth-server
72 Downloads
Plugin enables a full fledged oauth server generating access and refresh tokens. Authentication can be provided as username/password or via third party Oauth providers.
vkoori/laravel-stateless-auth
28 Downloads
Stateless authentication for Laravel using JWT (JSON Web Tokens). This package enables secure, token-based authentication for API endpoints.
ucscode/keygenerator
100 Downloads
(Ucscode) KeyGenerator is a versatile PHP library for generating random keys of varying lengths. It is an essential tool for creating secure authentication tokens, unique identifiers, or random access keys.
kuhschnappel/authtoken
128 Downloads
Once installed you can create authentication tokens for frontend users in the backend. You can then retrieve protected pages by submitting this token as an "X-User-Token" with the header.