Laravel 5.2: How to enable multi session per user in Sentry 2
If you are using Sentry 2 with your favourite Laravel framework then might have a single session per user which is security features. But you may need multi sessions per user. Say you have one account to allow to moderate content in your website from admin panel. And you don’t want to create multiple user …
Laravel 5.2: How to enable multi session per user in Sentry 2 Read More »