Skip to content

Commit 2fdd33a

Browse files
fixes
1 parent 46ab0a2 commit 2fdd33a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66

77
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.
88

9+
## Table of Contents
10+
11+
1. [Installation](#installation)
12+
2. [Features](#features)
13+
3. [Usage](#usage)
14+
1. [Authentication Tokens](#authentication-tokens)
15+
1. [Using Cookies](#1-using-cookies)
16+
2. [Handling the Token Yourself](#2-handling-the-token-yourself)
17+
3. [Overriding the Cookie Handler Methods](#3-overriding-the-cookie-handler-methods)
18+
2. [Fingerprint](#fingerprint)
19+
3. [Confirmation Tokens](#confirmation-tokens)
20+
1. [By URL](#1--by-url)
21+
2. [By Typing](#2--by-typing)
22+
3. [WhatFor Field](#whatfor-field)
23+
4. [Single Token Per Period](#single-token-per-period)
24+
4. [Tokens Generator](#tokens-generator)
25+
5. [Token Expiration](#token-expiration)
26+
6. [Invitations](#invitations)
27+
7. [In Laravel](#in-laravel)
28+
8. [Errors Identification](#errors-identification)
29+
4. [License](#license)
30+
5.
931

1032
## Installation
1133

0 commit comments

Comments
 (0)