codex / auth
Codex 插件 - 通过使用 oauth 提供商(socialite)提供认证以限制项目访问
dev-master / 2.1.x-dev
2019-04-27 07:24 UTC
Requires
- codex/core: ~2.0
- laravel/socialite: ~4.0
Suggests
- codex/algolia-search: Integrates algolia search into codex (~2.0)
- codex/blog: Provides blogging capability with categories containing posts (~2.0)
- codex/comments: Adds comments to your documents like Disqus or create your own adapter (~2.0)
- codex/filesystems: Adds a collection of common filesystem adapters. These can be used by your projects. (~2.0)
- codex/git: Enables Github/Bitbucket integration & synchronisation (auto-webhook or manual) based on tags/branches. (~2.0)
- codex/packagist: Integrates Packagist information links and macros in your projects (~2.0)
- codex/phpdoc: Integrates PHPDoc documentation, links and macros in your projects (~2.0)
- codex/sitemap: Generates a sitemap.xml (~2.0)
This package is auto-updated.
Last update: 2024-08-26 22:33:12 UTC
README
认证
通过使用 oauth 提供商提供认证以限制项目访问。
安装
composer require codex/auth
php artisan codex:addons:enable codex/auth
php artisan vendor:publish --provider="Codex\Auth\AuthAddonServiceProvider"
配置
[项目]/config.php
[ // ... 'disk' => 'my-dropbox-project', // ... ];
版权/许可证
版权 2019 Robin Radic - MIT 许可证