📄️ Javascript
If you would like to use a custom UI with scute, you can do so using the @scute/core package. This package would expose the scuteClient which you can use to easily hook your UI to scute API. For this example we will be using react as our client side framework and use the @scute/core package to implement the authentication flow with a custom flow.
📄️ Express.js
Scute can be integrated into an Express.js application using the @scute/node package. This package provides a middleware and a method called authenticateRequest that can be used to handle the authentication and authorization of users in your Express.js application.
📄️ Next.js
If you would like to use the pre-built Scute UI with your Next.js app, you can do so using the @scute/ui-react package alongside @scute/nextjs and @scute/react. This package would expose the pre-built Auth and Profile components which you can use to easily integrate Scute to your current app.
📄️ React
Using the pre-built Scute UI with React
📄️ Vue.js
This guide will walk you through the process of integrating Scute into your Vue.js application, with specific focus on authentication features.