nebo15/lumen.oauth2-mongodb

Oauth2 Storage + Oauthable interface with trait for user model

Installs: 1 924

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 2

Open Issues: 0

pkg:composer/nebo15/lumen.oauth2-mongodb

0.1.1 2016-06-15 13:20 UTC

This package is not auto-updated.

Last update: 2025-09-27 23:21:18 UTC


README

Package for creating oauthable authorization in project.

TODO

  • Model User should be implement Nebo15\LumenOauth2\Interfaces\Oauthable
  • Add trait for model User Nebo15\LumenOauth2\Traits\Oauthable
  • Add service provider Nebo15\LumenOauth2\Providers\ServiceProvider
  • In routes.php call routes $app->make('Oauth.routes')->makeRestRoutes();

Routes middleware for oauth: 'oauth'