Manage ACL between dart services

1.0.1 2020-03-19 13:32 UTC

This package is auto-updated.

Last update: 2024-04-19 22:16:16 UTC


README

  • composer require bassoumi/acl
  • register DartACLServiceProvider
  • register auth middleware in app/bootstrap
  • change driver in auth.php to dart-jwt
  • change providers.users.model to DartUser
  • add auth:api middleware to secured routes
  • add env variable: DART_JWT_SECRET