Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auth0-samples/auth0-php-web-app
Auth0 Integration Samples for PHP Web Applications
https://github.com/auth0-samples/auth0-php-web-app
auth0 authentication dx-sdk-quickstart quickstart webapp
Last synced: 6 days ago
JSON representation
Auth0 Integration Samples for PHP Web Applications
- Host: GitHub
- URL: https://github.com/auth0-samples/auth0-php-web-app
- Owner: auth0-samples
- License: mit
- Created: 2016-05-20T21:49:30.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T15:05:34.000Z (3 months ago)
- Last Synced: 2024-10-15T01:42:00.494Z (22 days ago)
- Topics: auth0, authentication, dx-sdk-quickstart, quickstart, webapp
- Language: PHP
- Homepage: https://auth0.com/docs/quickstart/webapp/php/
- Size: 255 KB
- Stars: 63
- Watchers: 33
- Forks: 114
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Auth0 PHP Web App Sample
This sample demonstrates how to add authorization to a [PHP](http://php.net/) web app using [Auth0](https://auth0.com). The project source code can be found in the [app directory](./app). Check the [PHP Quickstart](https://auth0.com/docs/quickstart/webapp/php) to understand this sample better.
## Vulnerability Reporting
Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
## What is Auth0?
Auth0 helps you to easily:
- implement authentication with multiple identity providers, including social (e.g., Google, Facebook, Microsoft, LinkedIn, GitHub, Twitter, etc), or enterprise (e.g., Windows Azure AD, Google Apps, Active Directory, ADFS, SAML, etc.)
- log in users with username/password databases, passwordless, or multi-factor authentication
- link multiple user accounts together
- generate signed JSON Web Tokens to authorize your API calls and flow the user identity securely
- access demographics and analytics detailing how, when, and where users are logging in
- enrich user profiles from other data sources using customizable JavaScript rules[Why Auth0?](https://auth0.com/why-auth0)
## License
This project is licensed under the MIT license. See the [LICENSE](https://github.com/auth0-samples/auth0-php-web-app/blob/master/LICENSE) file for more info.