codex/auth

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

Installs: 33

Dependents: 0

Suggesters: 9

Security: 0

Stars: 0

Watchers: 1

Forks: 3

Type:codex-addon

pkg:composer/codex/auth

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

This package is auto-updated.

Last update: 2025-09-27 00:57:25 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