Muhamad Hassan's Blog

Muhamad Hassan's Blog

Follow
homeLaravelDatabases
Tag

authentication

#authentication

More content

Read more stories on Hashnode


Articles with this tag

Creating Refresh Tokens with Laravel Sanctum

Jun 3, 20233 min read 1.6K views

Laravel Sanctum is a lightweight authentication package for SPA applications and APIs. It was released in 2020 and became available out of the box...

Creating Refresh Tokens with Laravel Sanctum

Preventing User Enumeration Attack in Laravel Apps

May 13, 20225 min read 835 views

User enumeration is a brute-force technique that is used to collect or verify valid users' credentials. It belongs to the Identification and...

Preventing User Enumeration Attack in Laravel Apps