Skip to content

Releases: kalesh13/z-auth

v2.0.1

05 Jan 08:06
Compare
Choose a tag to compare

Returns user with token on authentication instead of token.

Laravel 8 support

23 Dec 07:36
592472b
Compare
Choose a tag to compare
Merge pull request #1 from kalesh13/v2.0.0

Updated for Laravel 8 support

Initial release

24 Aug 14:10
Compare
Choose a tag to compare

Zauth is a Laravel authentication package created for simple token based authentication on both web and api routes.

Necessary migrations, middlewares and commands are packaged in the ZauthServiceProvider itself, providing easier integration to existing projects.

Package workflow and installation guidelines are given in the README file.