Security

These posts are about security related topics.

May 6, 2019

Hashing API Tokens for improved security

As of Laravel 5.8 you can easily hash the api tokens of users when using the token driver. Today I will explain why you should hash your api token and how to implement it in Laravel When you have...

Read