Hi folks,
Has anyone tried using Sentry and Ninjauth together yet? I'm thinking of trying it.
It seems like all you would need to do is to go into Ninjauth's controller.php and strategy.php and change the Auth calls to Sentry equivalents. There is no Sentry equivalent of SimpleAuth's force_login, though, which Ninjauth relies on.
On a related subject, I'm considering whether users should have to create passwords if they create their account through Ninjauth's social login. By default, they do. Yet I could allow them to create an account merely after social login, and then let them create a password later, if they want to. Or would that be a security issue?