codex/auth

Codex Addon - Provides authentication using oauth providers (socialite) to restrict project access

dev-master / 2.1.x-dev 2019-04-27 07:24 UTC

This package is auto-updated.

Last update: 2024-04-26 21:36:46 UTC


README

title subtitle
Auth Addons

Auth

Provides authentication using oauth providers to restrict project access.

Installation

composer require codex/auth
php artisan codex:addons:enable codex/auth
php artisan vendor:publish --provider="Codex\Auth\AuthAddonServiceProvider"

Configuration

[project]/config.php

[
    // ...
    'disk' => 'my-dropbox-project',
    // ...
];

Copyright/License

Copyright 2019 Robin Radic - MIT Licensed