
Laravel Mongo Auth by Reza Shadman, is a package designed to allow you to use the native Laravel Auth with MongoDB. MongoDB is a NoSQL type database that stores in a JSON-like format.
Installation is simple and just requires including the composer package, adding the service provider, publishing the config, and finally adjusting your auth driver.
Laravel Mongo Auth is a post from Laravel News.