laravel / jetstream

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

Encrypt the ip addresses from the sessions table. #1508

Closed CasFreriks closed 4 months ago

CasFreriks commented 4 months 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 4 months ago

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