-
Notifications
You must be signed in to change notification settings - Fork 1.5k
How Can I use Auth #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It should work fine with the original Laravel authentication. However, there is a known issue with reset/reminders: #37 |
I fixed the password reminder issue. Check out the Auth section in the readme: https://github.com/jenssegers/Laravel-MongoDB#auth |
I just added 'Jenssegers\Mongodb\Auth\ReminderServiceProvider' into app.php but when I run my website it's show error Class 'Jenssegers\Mongodb\Auth\ReminderServiceProvider' not found. I'm already composer update and my laravel version is 4 not 4.1 it's a problem ? |
Can you provide me a link explaining a complete usage about how to use your library from the begining to the end. I want to build a REST based application by using your library. How Could i do that ? |
In current package there is no option to working with user authentication.
The text was updated successfully, but these errors were encountered: