Support the ongoing development of Laravel.io →
Authentication Validation

Hi guys,

I'm using Sentry for my app. I've added a property to the user model : "Account" (where the account is a subdomain of the app). A user can be in many Accounts. My issue is that Sentry check for existing user by email address when registering. What I'd need is that the app check for the combination of user and account not just user if that makes sense.

Would you recommend to leave remove Sentry and have my own custom Authentication system? ideally, I'd like to extend sentry to allow what I'm trying to do.

Thank you in advance for the help.

Sylvain.

Last updated 3 years ago.
0

I have not used sentry but this talks about setting filters up using different fields http://laravel.com/docs/security#http-basic-authentication and the "Authenticating A User With Conditions" section might help as well.

Last updated 3 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

vainsoul vainsoul Joined 31 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.