Download the PHP package sindika-id/nedo-auth without Composer
On this page you can find all versions of the php package sindika-id/nedo-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package nedo-auth
NedoAuth
Nedo Authentication is a laravel library written in pure PHP and providing a set of classes that allow you to use Nedo Platform user authentication and authorization.
Documentation
Steps:
-
From the projects root folder, in the terminal, run composer to get the needed package.
- Example:
- From the projects root folder run
-
Change config/auth.php use nedo user driver :
-
This plugin will automatically make some controller and view related to authentication mechanism.
- auth/login - auth/logout - auth/register - auth/forgotpass
-
To get user information across all controller you can hook middleware :
-
Example usage of nedo-query with nedo-auth module :
- Example:
-
You can protect your page using laravel routers.
- Example:
- To publish view you can use vendor:publish command in terminal
License
Nedo Authentication is licensed under the MIT license. Enjoy!