https://github.com/auth0-samples/auth0-pnp-exampleco-timesheets
End to end sample for the Server + API Patterns & Practices document
https://github.com/auth0-samples/auth0-pnp-exampleco-timesheets
Last synced: 11 months ago
JSON representation
End to end sample for the Server + API Patterns & Practices document
- Host: GitHub
- URL: https://github.com/auth0-samples/auth0-pnp-exampleco-timesheets
- Owner: auth0-samples
- License: mit
- Created: 2016-10-20T11:39:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T07:27:42.000Z (almost 6 years ago)
- Last Synced: 2024-04-10T16:07:56.193Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 3.05 MB
- Stars: 54
- Watchers: 25
- Forks: 67
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Auth0 Architecture Scenario Samples
These sample applications serve as the implementation samples for the [Auth0 Architecture Scenarios](https://auth0.com/docs/architecture-scenarios). In these scenario we build a timesheet application for a fictitious company named ExampleCo.
For more information on the samples, please refer to the README in each sample folder.
Also refer to the individual Architecture Scenario documents for more information:
* [Server Client + API](https://auth0.com/docs/architecture-scenarios/application/server-api)
* [SPA + API](https://auth0.com/docs/architecture-scenarios/application/spa-api)
## What is Auth0?
Auth0 helps you to:
* Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**.
* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.
* Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user.
* Support for generating signed [JSON Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely.
* Analytics of how, when and where users are logging in.
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
## Create a free account in Auth0
1. Go to [Auth0](https://auth0.com) and click Sign Up.
2. Use Google, GitHub or Microsoft Account to login.
## Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section. 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.
## Author
[Auth0](auth0.com)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.