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.
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community