Examples on GitHub
To illustrate the use of our APIs, we've created standalone examples available on GitHub.
- Handling registration and login on client and server: an end-to-end example showing how to use Upollo's client and server APIs to validate registrations and logins, distinguish genuine users from users attempting repeated free trials or sharing accounts, and then gracefully upsell where appropriate.
- checkEmail API demo:
Uses Upollo's
checkEmail
API in a React web app to validate email addresses, as well as return information about the address, such as email providers and data on the company the email belongs to (if it is a company email).