hlexperts/oauth2-mongo

Oauth2 for mongodb

Maintainers

Package info

github.com/hlexperts/lumen-oauth2-mongo

pkg:composer/hlexperts/oauth2-mongo

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

0.1.1 2016-06-15 13:20 UTC

This package is not auto-updated.

Last update: 2026-03-03 19:49:13 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'