laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

Encrypt the ip addresses from the sessions table. #1508

Closed CasFreriks closed 1 week ago

CasFreriks commented 1 week ago

Hi, I was wondering why all public IP addresses inside the sessions table are not encrypted. Isn't this sensitive data to display?

driesvints commented 1 week ago

The IP address is only shown to the logged in user. And nobody that isn't authorised should have access to your database?