Setup your application's code
npm install cyclejs-auth0
Add the following lines to your base code
// app/index.js
function main(sources) {
const ProtectedTodos = protect(Todos); //here we wrap the Todos component in the protect function
const protectedTodosInstance = ProtectedTodos(sources);
return {
DOM: protectedTodosInstance.DOM,
HTTP: protectedTodosInstance.HTTP
//...
}
}
Create an Application in Auth0 dashboard

Install the Custom Social Connection extension under Extensions

List the app under the Installed Extensions tab. Click on the Custom Social Connections

Create a digitalocean (oauth2) connection under Custom Social Connections

Configure your connection settings and enable your application under the Apps tab

GET STARTED IN MINUTES
Authentication Built for Security & High Availability
Auth0 is the easiest way for developers to integrate enterprise-grade authentication and identity management to any app.
Industry Standard Compliance
SOC 2, HIPAA/BAA, EU/US Privacy Shield Framework, Open ID Certified.
Learn MoreBuilt by Security Experts
Continuously reviewed and tested by external security experts. Strong password encryption and hashing algorithms, at rest and in transit.
Learn MoreWhat Our Customers Say

Continuously reviewed and tested by external security experts. Strong password encryption and hashing algorithms, at rest and in transit.
Learn MoreGet Auth0 free for 7,000 active users per month with unlimited logins
- Single Sign On
- Passwordless Login
- Up to 2 Social Identity Providers
- Multifactor Authentication
- User Management
- Extensibility (Run custom code on Auth)