📄️ Data migration through API
Welcome to our user data migration guide! This document will walk you through the process of moving your user data into Scute's system. We'll cover everything you need to know, from understanding how we store user information to practical examples of using our API.
📄️ Error Handling
Implement comprehensive error handling for authentication flows:
📄️ Scute Events
Scute provides a way to listen for auth events. This is useful if you want to know when a user has signed up, signed in, or signed out.
📄️ Metafields
Metafields are custom fields that you can use to store additional information about your users. They are administration-only fields that allow you to add metadata to hold IDs and make associations with your own systems. Scute supports 7 data types for metafields: string, integer, date, email, phone, url, and boolean.
📄️ oAuth
OAuth is an open-standard authorization protocol that allows third-party services to exchange your information without exposing your password. In the context of this documentation, OAuth will enable your application to authenticate users via third-party services like Google. This flow typically involves redirecting users to the OAuth provider, where they log in, and then redirecting them back to your application with an authentication token.
📄️ TypeScript Support
Scute provides comprehensive TypeScript definitions:
📄️ Webhooks
Overview