How to use Own Auth with AdonisJS
Add Own Auth to an AdonisJS application with VineJS validation, encrypted session cookies, controllers, middleware, and safe error handling.
Step-by-step integration guides and practical authentication patterns.
How to use Own Auth with AdonisJS
Add Own Auth to an AdonisJS application with VineJS validation, encrypted session cookies, controllers, middleware, and safe error handling.
How to use Own Auth in Ionic and Capacitor apps
Connect an Ionic or Capacitor app to an Own Auth backend, then add password login, magic links, secure sessions, and native social sign-in.
A comprehensive introduction to Own Auth with Next.js
Build secure authentication in the Next.js App Router with Own Auth, Postgres sessions, HttpOnly cookies, Route Handlers, Server Components, and Server Actions.
How to build fully branded authentication in a Replit app
Replit Auth is quick to add, but it still uses Replit accounts and Replit-branded login. Here is when to keep it and when to use Own Auth for a first-party experience.
Magic links in mobile apps
Custom URL schemes like myapp:// don't work in most email clients. Here's how to make magic links open your native app reliably.