auth
Authentication, authorization and access control for Slim and other micro-frameworks
File Explorer
Download Latest Version (.zip)- php.yml
- forgot_password.md
- index.md
- signup.md
- hashids.md
- index.md
- token.md
- index.md
- totp.md
- bearer.md
- index.md
- jwt.md
- context.md
- index.md
- roles.md
- storage.md
- user.md
- _config.yml
- authentication.md
- authorization.md
- index.md
- logging.md
- middleware.md
- Groups.php
- Levels.php
- StateTrait.php
- ConfirmationInterface.php
- HashidsConfirmation.php
- InvalidTokenException.php
- NoConfirmation.php
- TokenConfirmation.php
- AbstractEvent.php
- CancellableTrait.php
- Login.php
- Logout.php
- PartialLogin.php
- Cookie.php
- CookieInterface.php
- CookieMiddleware.php
- CookieValue.php
- BearerAuth.php
- GetInfoTrait.php
- Jwt.php
- PhpSession.php
- SessionInterface.php
- SessionObject.php
- TokenStorageInterface.php
- BasicUser.php
- PartiallyLoggedIn.php
- Auth.php
- AuthException.php
- AuthMiddleware.php
- AuthzInterface.php
- ContextInterface.php
- LoginException.php
- StorageInterface.php
- UserInterface.php
- GroupsTest.php
- LevelsTest.php
- HashidsConfirmationTest.php
- NoConfirmationTest.php
- TokenConfirmationTest.php
- LoginTest.php
- CookieMiddlewareDoublePassTest.php
- CookieMiddlewareTest.php
- BearerAuthTest.php
- JwtTest.php
- PhpSessionTest.php
- SessionObjectTest.php
- BasicUserTest.php
- PartiallyLoggedInTest.php
- AuthMiddlewareDoublePassTest.php
- AuthMiddlewareTest.php
- AuthTest.php
- .gitattributes
- .gitignore
- .scrutinizer.yml
- composer.json
- phpcs.xml
- phpstan.neon
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jasny/auth
Downloads the entire project code from GitHub to your computer.
cd auth
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require jasny/auth
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
