Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpk/quick-php-authentication
Add Authentication to your PHP App in 5 Minutes!
https://github.com/aaronpk/quick-php-authentication
Last synced: 11 days ago
JSON representation
Add Authentication to your PHP App in 5 Minutes!
- Host: GitHub
- URL: https://github.com/aaronpk/quick-php-authentication
- Owner: aaronpk
- License: apache-2.0
- Created: 2018-07-06T16:27:09.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-01T17:08:29.000Z (about 4 years ago)
- Last Synced: 2024-04-12T19:53:04.849Z (7 months ago)
- Language: PHP
- Homepage: https://developer.okta.com/blog/2018/07/09/five-minute-php-app-auth
- Size: 8.79 KB
- Stars: 45
- Watchers: 3
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Add Authentication to your PHP App in 5 Minutes
This is a minimalist example PHP app that shows how quickly you can add authentication to an existing application.
This is the finished project created from the tutorial [Add Authentication to your PHP App in 5 Minutes](https://developer.okta.com/blog/2018/07/09/five-minute-php-app-auth)
You can run this application from the built-in PHP server with the command below:
```
php -S 127.0.0.1:8080
```## License
Apache 2.0, see [LICENSE](LICENSE).