← All projects

tokens-validation

by @HichemTab-tech

11

TokensValidation is a PHP library for secure authentication and authorization in web applications. It generates dynamic tokens for user login, password reset, and email confirmation. The library is ideal for software that requires secure user authentication and authorization.

About this project

TokensValidation TokensValidation is a PHP library designed to generate and verify authentication and confirmation tokens dynamically. It is ideal for web applications and software that require secure user authentication and authorization. The library generates authentication and confirmation tokens that can be used to log in users, reset passwords, and confirm email addresses. Table of Contents Installation Features Usage Authentication Tokens 1. Using Cookies 2. Handling the Token Yourself 3. Overriding the Cookie Handler Methods Fingerprint Confirmation Tokens 1. By URL 2. By Typing 3. WhatFor Field 4. Delete after check 5. Single Token Per Period Tokens Generator Token Expiration Invitations In Laravel Errors Identification License Installation ℹ️ INFO: This version is compatible with PHP 8 and above. If you are using PHP 7, you must install version 3.2.2 of this library. The TokensValidation library can be installed via Composer by running the following command: Features Authenticate the user after the browser closed without a password Generate custom confirmation codes with expiration delay. Create invitation tokens to do some actions. Flexibility of usage

From the project README on GitHub

Stars
11
Forks
0
License
MIT
Last push
27 Mar 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/tokens-validation.svg)](https://www.madeinalgeria.dev/projects/tokens-validation)

Related projects