https://github.com/moesif/auth0-logs-to-moesif
https://github.com/moesif/auth0-logs-to-moesif
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moesif/auth0-logs-to-moesif
- Owner: Moesif
- License: mit
- Created: 2016-12-31T19:35:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T02:21:06.000Z (about 2 years ago)
- Last Synced: 2024-04-15T04:39:44.027Z (over 1 year ago)
- Language: JavaScript
- Size: 600 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Log Auth0 Event Stream to Moesif
[Moesif](https://www.moesif.com) is an API analytics and monetization service to grow your API products. As part of understanding end to end user journey, Moesif can injest Auth0 Events as well.
This repo contains [instructions for setting up Auth0 Log Stream to Moesif](/integration/installation_guide.md) and code for the [webhook](/log-streams-webhook/) that you will need to deploy as described in the instructions. Or if you prefer to use one of the free online webhook transformation services, you can check out [instructions here](/hookdeck_instructions.md).
## What is Auth0?
Auth0 helps you to:
- Add authentication with [multiple authentication sources](https://auth0.com/docs/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://auth0.com/docs/connections/database/custom-db).
- Add support for [linking different user accounts](https://auth0.com/docs/link-accounts) with the same user.
- Support for generating signed [JSON Web Tokens](https://auth0.com/docs/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://auth0.com/docs/rules/current).## What is Moesif
[Moesif](https://www.moesif.com) is an [API analytics](https://www.moesif.com/docs/api-analytics/) and monetization platform that helps product-led teams grow their API products.
At its core, Moesif is a data platform to track and meter customer usage. Use it to [better understand your customers](https://www.moesif.com/docs/user-analytics/) and the value they get from your APIs. Through Moesif’s workflow modules, you can set up [usage-based billing](https://www.moesif.com/docs/metered-billing/), [quotas and governance](https://www.moesif.com/docs/api-governance-rules/) and behavioral emails in a few clicks.