Tag: authentication
7 articles
- Building Solana Wallet Auth with Svelte 5 and Supabase
A practical guide to building web3 authentication with multi-wallet support, covering Svelte 5 runes, Supabase Web3 auth, and Row Level Security.
- Sign In With Solana: A Beginner's Guide to Web3 Authentication
Learn how wallet-based authentication works, what makes it secure, and how to implement it with Supabase — including considerations for Solana Mobile's Seeker device.
- Vue Guest Middleware: Redirecting Logged-In Users
A Vue 3 middleware function with TypeScript that redirects authenticated users away from guest-only pages like login and register.
- Vue Auth Middleware: Protecting Routes
A Vue 3 middleware function with TypeScript to check if a user is authenticated before displaying a protected route.
- Vue 3 SPA Authentication with Sanctum
How to set up full authentication in a Vue 3 SPA using Laravel Sanctum, Pinia, and the Composition API.
- Laravel 11 API Authentication with Sanctum and Fortify
How to set up full authentication using Laravel Sanctum and Fortify including CORS, email verification, and password resets.
- Setting Up Laravel 11 with Sanctum and Fortify
How to set up Laravel 11 with Sanctum and Fortify for use as a headless API that your Vue SPA can consume.