简体   繁体   中英

Q: Laravel 5.1 Authentication

What is the best way to make an Authentication in Laravel 5? Would it be best to use the built-in Authentication? Should i use a package like Sentinel ? I'm looking for the most secure way to do a Authentication. What can you recommend and why?

Laravel's built-in Auth is great and it can deal with anything, not matter how complex. Though Sentinel can help you deal with complex stuff more easily.

So if you just want to make a basic authentication, then you'll be just fine without Sentinel. Otherwise it'll be easier if you use it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM