dwolf555/auth-token

There is no license information available for the latest version (v1.0) of this package.

Maintainers

Package info

github.com/dwolf555/auth-token

Issues

pkg:composer/dwolf555/auth-token

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 1

v1.0 2013-12-30 02:05 UTC

This package is not auto-updated.

Last update: 2026-02-24 08:27:38 UTC


README

Laravel token based authentication package

Setup

  • Add this to your Autoloaded Service Providers array in config/app.php
Dwolf555\AuthToken\AuthTokenServiceProvider
  • Run migrations using artisan
php artisan migrate --package="dwolf555/auth-token"
  • Add a user using your own methods
  • Add before filter 'auth-token' to your routes/controllers
  • Login via POST /login with fields email/password or username/password