Auth UI Vue

screenshot of Auth UI Vue
vite
vue
scss
supabase

Auth UI is a pre-built Vue component for authenticating users with Supabase. It supports custom themes and extensible styles to match your brand and aesthetic.

Overview

Supabase Auth UI Vue is an innovative pre-built Vue component designed to streamline user authentication processes. This tool not only enhances application functionality but also beautifully integrates with various branding aesthetics, thanks to its support for custom themes and extensible styles. Developed as an initial foray into open source contributions, this component draws inspiration from Supabase Auth UI for React, making it a familiar yet unique experience for developers looking to enhance their user authentication capabilities.

For anyone seeking to implement a robust authentication system in their Vue applications, Supabase Auth UI Vue offers a practical solution. With its diverse social provider support and flexible styling options, it ensures that developers can provide seamless and visually appealing authentication experiences for users.

Features

  • Custom Themes: Easily adapt the UI to fit your brand with various predefined themes or create your own to match your aesthetic.
  • Social Provider Support: Allow users to authenticate using their favorite social platforms, making the login process more convenient.
  • Flexible Authentication Views: Choose different views for the auth component including sign in, sign up, magic link, forgotten password, or update password.
  • Responsive Props: Customize the display of social providers (horizontal or vertical) as well as control whether to show email/password fields based on the provider selection.
  • Localization Options: Tailor the text and language of the authentication components, ensuring accessibility for diverse user bases.
  • Event Emissions: Stay informed about authentication status through emitted events, facilitating smoother integration with other parts of your application.
  • Extensible API: Use props to finely tune the behaviour and appearance of the component, allowing for a highly adaptable integration.
  • Redirect Management: Specify the redirect path for various actions such as signing in with a social provider, ensuring a cohesive user experience.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

supabase
Supabase

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.