codex / addon-auth
Authentication / Access control addon for Codex. Works with github/bitbucket login. Define groups that can access the docs.
Installs: 124
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Type:codex-addon
Requires
- php: >=5.5.9
- codex/composer-plugin: 2.0.*
- codex/core: 2.0.*
- laravel/socialite: ~2.0
- sebwite/support: 2.0.*
Requires (Dev)
- sebwite/testing: 1.0.*
This package is auto-updated.
Last update: 2021-04-26 15:15:27 UTC
README
Go to the main Codex repository.
The Auth Addon provides Codex the means to leverage access control to the projects you define. Currently it works only with Bitbucket/Github login.
Define Github\Bitbucket groups that are allowed to view the documentation.
There will be support for more providers in the future. Including local/database.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
Documentation
Check out the official documentation.
License
Copyright (c) 2015 Robin Radic, MIT License